Type Definition sc_rpc::chain::error::FutureResult [−][src]
type FutureResult<T> = Box<dyn Future<Item = T, Error = Error> + Send + 'static, Global>;
Expand description
Chain RPC future Result type.
type FutureResult<T> = Box<dyn Future<Item = T, Error = Error> + Send + 'static, Global>;
Chain RPC future Result type.