Interface QueryClientStatesResponseSDKType

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

interface QueryClientStatesResponseSDKType {
    client_states: IdentifiedClientStateSDKType[];
    pagination?: PageResponseSDKType;
}

Properties

pagination?: PageResponseSDKType