Structs§
- Client
Query Service - Generics
I
andU
must be a type where writes from one thread are readable from another. This means usingArc<Mutex<_>>
orArc<RwLock<_>>
in most cases. - Consensus
State With Height - Identified
Client State - Query
Client Params Request - Defines the RPC method request type for querying the parameters of a client.
- Query
Client Params Response - Defines the RPC method response type for querying the client parameters.
- Query
Client State Request - Query
Client State Response - Query
Client States Request - Defines the RPC method request type for querying all client states.
- Query
Client States Response - Query
Client Status Request - Defines the RPC method request type for querying the status of a client.
- Query
Client Status Response - Defines the RPC method response type for querying the client status.
- Query
Consensus State Heights Request - Defines the RPC method request type for querying the consensus state heights.
- Query
Consensus State Heights Response - Defines the RPC method response type for querying the consensus state heights.
- Query
Consensus State Request - Defines the RPC method request type for querying the consensus state of a client.
- Query
Consensus State Response - Query
Consensus States Request - Defines the RPC method request type for querying all consensus states.
- Query
Consensus States Response - Query
Host Consensus State Request - Defines the RPC method request type for querying the host consensus state.
- Query
Upgraded Client State Request - Defines the RPC method request type for querying the upgraded client state.
- Query
Upgraded Client State Response - Defines the RPC method response type for querying the upgraded client state.
- Query
Upgraded Consensus State Request - Defines the RPC method request type for querying the upgraded consensus state.
- Query
Upgraded Consensus State Response - Defines the RPC method response type for querying the upgraded consensus state.
Functions§
- query_
client_ state - Queries for the client state of a given client id.
- query_
client_ states - Queries for all the existing client states.
- query_
client_ status - Queries for the status (Active, Frozen, Expired, Unauthorized) of a given client.
- query_
consensus_ state - Queries for the consensus state of a given client id and height.
- query_
consensus_ state_ heights - Queries for the heights of all the consensus states of a given client id.
- query_
consensus_ states - Queries for all the consensus states of a given client id.
- query_
upgraded_ client_ state - Queries for the upgraded client state.
- query_
upgraded_ consensus_ state - Queries for the upgraded consensus state.