@wharfkit/session - v4.0.1
    Preparing search index...

    Interface AbiProvider

    Interface that should be implemented by abi providers.

    interface AbiProvider {
        getAbi: (account: Name) => Promise<ABIDef>;
    }

    Hierarchy (View Summary)

    Index
    getAbi: (account: Name) => Promise<ABIDef>

    Return a promise that resolves to an abi object for the given account name, e.g. the result of a rpc call to chain/get_abi.