Type alias: ContractCall
type ContractCall: object;
Type for a contract call. This includes the input to the call and a reference to the contract.
Type declaration
Member | Type | Description |
---|---|---|
contract_input | ContractCallInput | The input to the contract call. |
contract_ref | ContractRef | A reference to the contract. |