Interface ABICacheInterface

Interface that should be implemented by abi providers.

Hierarchy

Implemented by

Properties

Methods

Properties

cache: Map<string, ABI>
pending: Map<string, Promise<GetRawAbiResponse>>

Methods

  • 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.

    Parameters

    Returns Promise<ABI>

  • Parameters

    Returns void