Type Definition substrate_frame_rpc_system::FutureResult [−][src]
type FutureResult<T> = Box<dyn Future<Item = T, Error = RpcError> + Send>;
Expand description
Future that resolves to account nonce.
type FutureResult<T> = Box<dyn Future<Item = T, Error = RpcError> + Send>;
Future that resolves to account nonce.