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