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

Future that resolves to account nonce.