Interface QueryAllContractStateRequestAmino

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

interface QueryAllContractStateRequestAmino {
    address?: string;
    pagination?: PageRequestAmino;
}

Properties

address?: string

address is the address of the contract

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.