VyReadContractRequest

A request to read data from a contract on the Vy secret chain.

Properties

FieldTypeDescription

chain [required]

The type of secret chain to use for the contract.

walletAddress

string

The wallet address to use for the contract.

contractAddress [required]

string

The address of the contract to read.

functionName [required]

string

The name of the function to call on the contract.

inputs

The inputs to pass to the contract function.

outputs

The outputs returned by the contract function.

Last updated