FVyReadContractRequest
Request parameters to read a contract
Properties
Field | Type | Description |
---|---|---|
chain [required] | The preferred blockchain for the contract | |
walletAddress | FVyOptString | Address of the wallet |
contractAddress [required] | FString | Address of the contract |
functionName [required] | FString | Name of the contract function to call |
inputs | Array of input parameters for the contract function | |
outputs | Array of output parameters for the contract function |
Last updated