Module connection

Source

Structs§

ConnectionQueryService
The generic I must be a type where writes from one thread are readable from another. This means using Arc<Mutex<_>> or Arc<RwLock<_>> in most cases.
QueryClientConnectionsRequest
Defines the RPC method request type for querying connections associated with a client.
QueryClientConnectionsResponse
Defines the RPC method response type when querying all the existing connection ends for a given client.
QueryConnectionClientStateRequest
Defines the RPC method request type for querying the client state associated with a connection.
QueryConnectionClientStateResponse
Defines the RPC method response type when querying client state associated with a connection.
QueryConnectionConsensusStateRequest
Defines the RPC method request type for querying the consensus state associated with a connection.
QueryConnectionConsensusStateResponse
Defines the RPC method response type when querying the consensus state for a connection.
QueryConnectionParamsRequest
Defines the RPC method request type for querying the connection parameters.
QueryConnectionParamsResponse
QueryConnectionRequest
Defines the RPC method request type for querying a connection.
QueryConnectionResponse
Defines the RPC method response type when querying a connection.
QueryConnectionsRequest
Defines the RPC method request type for querying connections.
QueryConnectionsResponse
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.