• This function is asynchronous.

    Constructs a contract instance decoder for a deployed contract instance.

    Parameters

    • contract: ContractConstructorObject

      The contract constructor object corresponding to the type of the contract.

    • settings: DecoderSettings = {}

      The [[DecoderSettings]] to use; see the documentation for that type for more information. If absent, the decoder will be based on just the single contract provided; it is recommended to pass more information to get the decoder's full power.

    Returns Promise<ContractInstanceDecoder>

Generated using TypeDoc