@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface GovernanceEnforcementMiddlewareInput

    interface GovernanceEnforcementMiddlewareInput {
        token: unknown;
        authenticatedCaller: string;
        task: string;
        payload: Record<string, unknown>;
        actualCommitment: GovernanceCommitment;
        expectedPhase?: "intent";
    }
    Index

    Properties

    token: unknown
    authenticatedCaller: string
    task: string
    payload: Record<string, unknown>
    actualCommitment: GovernanceCommitment
    expectedPhase?: "intent"