QuerySmartContractStateRequest is the request type for the Query/SmartContractState RPC method

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

Properties

Properties

address: string

address is the address of the contract

queryData: Uint8Array

QueryData contains the query data passed to the contract