pub type ChainApiResponseChannel<T> = Sender<Result<T, ChainApiError>>;Expand description
A response channel for the result of a chain API request.
Aliased Typeยง
pub struct ChainApiResponseChannel<T> { /* private fields */ }pub type ChainApiResponseChannel<T> = Sender<Result<T, ChainApiError>>;A response channel for the result of a chain API request.
pub struct ChainApiResponseChannel<T> { /* private fields */ }