ContractReadResponse
Data structure returned when performing a contract read on a blockchain
{
type!: string,
value!: any
}
Parameter | Required | Type | Description |
---|---|---|---|
type | True | String | The type of the requested output |
value | True | Any | The value of the requested output |
{
"type": "uint256",
"value": 4
}
Last modified 1yr ago