ContractReadResponse

Data structure returned when performing a contract read on a blockchain

Signature

{
    type!: string,
    value!: any
}

Parameters

ParameterRequiredTypeDescription

type

True

String

The type of the requested output

value

True

Any

The value of the requested output

Example

{
    "type": "uint256",
    "value": 4
}

Function Types

pagereadContract

Last updated