Interface ContractCall

Represents a contract call that can be used to construct a byteform ABI call

Hierarchy

  • ContractCall

Properties

contract: {
    address: string;
}

Type declaration

  • address: string
inputs: ParamType[]
name: string
outputs: ParamType[]
params: any[]