Type Definition polkadot_node_subsystem_types::messages::RuntimeApiSender
source · pub type RuntimeApiSender<T> = Sender<Result<T, RuntimeApiError>>;Expand description
A sender for the result of a runtime API request.
pub type RuntimeApiSender<T> = Sender<Result<T, RuntimeApiError>>;A sender for the result of a runtime API request.