Structs§
- Connection
Query Service - The generic
I
must be a type where writes from one thread are readable from another. This means usingArc<Mutex<_>>
orArc<RwLock<_>>
in most cases. - Query
Client Connections Request - Defines the RPC method request type for querying connections associated with a client.
- Query
Client Connections Response - Defines the RPC method response type when querying all the existing connection ends for a given client.
- Query
Connection Client State Request - Defines the RPC method request type for querying the client state associated with a connection.
- Query
Connection Client State Response - Defines the RPC method response type when querying client state associated with a connection.
- Query
Connection Consensus State Request - Defines the RPC method request type for querying the consensus state associated with a connection.
- Query
Connection Consensus State Response - Defines the RPC method response type when querying the consensus state for a connection.
- Query
Connection Params Request - Defines the RPC method request type for querying the connection parameters.
- Query
Connection Params Response - Query
Connection Request - Defines the RPC method request type for querying a connection.
- Query
Connection Response - Defines the RPC method response type when querying a connection.
- Query
Connections Request - Defines the RPC method request type for querying connections.
- Query
Connections Response - Defines the RPC method response type when querying all the existing connection ends.
Functions§
- query_
client_ connections - Queries for all the existing connection ends for a given client.
- query_
connection - Queries for the connection end of a given connection id.
- query_
connection_ client_ state - Queries for the client state of a given connection id.
- query_
connection_ consensus_ state - Queries for the consensus state of a given connection id and height.
- query_
connection_ params - Queries for the connection parameters.
- query_
connections - Queries for all the existing connection ends.