@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface IGovernanceAdapter

    Interface for seller-side governance adapters. Sellers implement this to integrate governance checks into their execution path.

    interface IGovernanceAdapter {
        isSupported(): boolean;
        checkCommitted(
            request: CommittedCheckRequest,
        ): Promise<CheckGovernanceResponse>;
    }

    Implemented by

    Index

    Methods