Generics I
and U
must be a type where writes from one thread are readable from another.
This means using Arc<Mutex<_>>
or Arc<RwLock<_>>
in most cases.
Defines the RPC method request type for querying the parameters of a client.
Defines the RPC method response type for querying the client parameters.
Defines the RPC method request type for querying all client states.
Defines the RPC method request type for querying the status of a client.
Defines the RPC method response type for querying the client status.
Defines the RPC method request type for querying the consensus state
heights.
Defines the RPC method response type for querying the consensus state heights.
Defines the RPC method request type for querying the consensus state of a
client.
Defines the RPC method request type for querying all consensus states.
Defines the RPC method request type for querying the host consensus state.
Defines the RPC method request type for querying the upgraded client state.
Defines the RPC method response type for querying the upgraded client state.
Defines the RPC method request type for querying the upgraded consensus
state.
Defines the RPC method response type for querying the upgraded consensus state.