QueryRawContractStateRequest is the request type for the Query/RawContractState RPC method

interface QueryRawContractStateRequest {
    address: string;
    queryData: Uint8Array;
}

Properties

Properties

address: string

address is the address of the contract

queryData: Uint8Array