Type Alias polkadot_node_subsystem_types::messages::ChainApiResponseChannel
source · pub type ChainApiResponseChannel<T> = Sender<Result<T, ChainApiError>>;
Expand description
A response channel for the result of a chain API request.
Aliased Type§
struct ChainApiResponseChannel<T> { /* private fields */ }