Type Definition sc_rpc::chain::error::FutureResult

source · []
pub type FutureResult<T> = Box<dyn Future<Error = Error, Item = T> + Send + 'static, Global>;
Expand description

Chain RPC future Result type.