ContractReadResponse

Data structure returned when performing a contract read on a blockchain

Signature

{
    type!: string,
    value!: any
}

Parameters

Example

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

Function Types

Last updated