Interface QueryAllContractStateResponseAmino

QueryAllContractStateResponse is the response type for the Query/AllContractState RPC method

interface QueryAllContractStateResponseAmino {
    models?: ModelAmino[];
    pagination?: PageResponseAmino;
}

Properties

Properties

models?: ModelAmino[]
pagination?: PageResponseAmino

pagination defines the pagination in the response.