Type Definition polkadot_node_subsystem_types::messages::RuntimeApiSender[][src]

pub type RuntimeApiSender<T> = Sender<Result<T, RuntimeApiError>>;
Expand description

A sender for the result of a runtime API request.