Interface ContractType

An ethers.Contract extension interface

Hierarchy

  • Contract
    • ContractType

Implemented by

Properties

Properties

call: ((name, ...params) => ContractType)

Type declaration

callMethod: ((name, ...params) => ContractCall)

Type declaration

exec: (<Type>() => Promise<Type>)

Type declaration

    • <Type>(): Promise<Type>
    • Type Parameters

      • Type extends any[] = any[]

      Returns Promise<Type>