QueryRawContractStateResponse is the response type for the Query/RawContractState RPC method

interface QueryRawContractStateResponse {
    data: Uint8Array;
}

Properties

Properties

data: Uint8Array

Data contains the raw store data