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.