novax 0.2.12

NovaX is your go-to toolkit for building robust software seamlessly interacting with the MultiversX blockchain.
1
2
3
4
5
6
7
8
9
10
11
12
13
mod novax_error;
mod caching_error;
mod date_error;
mod account_error;
mod code_error;
mod coding_error;

pub use novax_error::NovaXError;
pub use caching_error::CachingError;
pub use date_error::DateError;
pub use account_error::AccountError;
pub use code_error::CodeError;
pub use coding_error::CodingError;