Skip to main content

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

MemberTypeDescription
authenticatedbooleanWhether the call is authenticated.
costHexStringThe cost of the call.
dataanyThe data for the call.

Coinweb © 2024