QuerySmartContractStateResponse is the response type for the Query/SmartContractState RPC method

interface QuerySmartContractStateResponse {
    data: Uint8Array;
}

Properties

Properties

data: Uint8Array

Data contains the json data returned from the smart contract