elrond-wasm-modules 0.27.1

Elrond WebAssembly standard smart contract modules
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

pub mod bonding_curve;
pub mod dns;
pub mod esdt;
pub mod features;
pub mod governance;
pub mod pause;
pub mod users;