Structs
- 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.
Functions
- Queries for the client state of a given client id.
- Queries for all the existing client states.
- Queries for the status (Active, Frozen, Expired, Unauthorized) of a given client.
- Queries for the consensus state of a given client id and height.
- Queries for the heights of all the consensus states of a given client id.
- Queries for all the consensus states of a given client id.
- Queries for the upgraded client state.
- Queries for the upgraded consensus state.