/// Durable transaction nonce helpers.
/// Communication with an Atlas node over RPC asynchronously .
///
/// Software that interacts with the Atlas blockchain, whether querying its
/// state or submitting transactions, communicates with an Atlas node over
/// [JSON-RPC], using the [`RpcClient`] type.
///
/// [JSON-RPC]: https://www.jsonrpc.org/specification
/// [`RpcClient`]: crate::nonblocking::rpc_client::RpcClient