multiversx-sc 0.66.0

MultiversX smart contract API
Documentation
mod big_float_api;
mod big_int_api;
pub mod const_handles;
mod elliptic_curve_api;
pub(crate) mod handles;
mod managed_buffer_api;
mod managed_map_api;
mod managed_type_api;
mod managed_type_api_impl;
mod static_var_api;
mod static_var_api_flags;

pub use big_float_api::*;
pub use big_int_api::*;
pub use elliptic_curve_api::*;
pub use handles::*;
pub use managed_buffer_api::*;
pub use managed_map_api::*;
pub use managed_type_api::*;
pub use managed_type_api_impl::*;
pub use static_var_api::*;
pub use static_var_api_flags::StaticVarApiFlags;