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
mod bytes;
mod file;
mod deploy;

pub use bytes::AsBytesValue;
pub use file::FileCode;
pub use deploy::DeployData;