VyReadContractDto
\!! DESCRIPTION MISSING !!
Properties
Field | Type | Description | Required |
---|---|---|---|
chain | The blockchain of the contract | ✗ | |
walletAddress | string | The wallet address | ✗ |
contractAddress | string | The contract address that you want to read | ✗ |
functionName | string | The contract function that you want to call | ✗ |
inputs | Array of inputs needed to call the function | ✗ | |
outputs | Array of expected outputs | ✗ |
References
Operation
Last updated