QueryClientStatesResponse is the response type for the Query/ClientStates RPC method.

interface QueryClientStatesResponseAmino {
    client_states?: IdentifiedClientStateAmino[];
    pagination?: PageResponseAmino;
}

Properties

client_states?: IdentifiedClientStateAmino[]

list of stored ClientStates of the chain.

pagination?: PageResponseAmino

pagination response