QueryAllContractStateRequest is the request type for the Query/AllContractState RPC method

interface QueryAllContractStateRequest {
    address: string;
    pagination?: PageRequest;
}

Properties

Properties

address: string

address is the address of the contract

pagination?: PageRequest

pagination defines an optional pagination for the request.