novax-account 0.2.12

The `novax-account` crate offers utilities for retrieving account information from the blockchain, such as address balance, nonce, code or code hash.
1
2
3
4
5
6
7
8
pub mod error;
pub mod account;

#[cfg(test)]
pub(crate) mod mock;
pub(crate) mod utils;

pub use novax_request::gateway::client::GatewayClient;