Type Definition sc_rpc_api::chain::error::FutureResult[][src]

type FutureResult<T> = Box<dyn Future<Item = T, Error = Error> + Send>;
Expand description

Chain RPC future Result type.