Type alias: ContractCallInput
type ContractCallInput: object;
Type for the input to a contract call. This includes whether the call is authenticated, the cost of the call, and the data for the call.
Type declaration
Member | Type | Description |
---|---|---|
authenticated | boolean | Whether the call is authenticated. |
cost | HexString | The cost of the call. |
data | any | The data for the call. |