elys-stdd 0.1.0

Standard library for Elys with CosmWasm support included
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod accountedpool;
pub mod amm;
pub mod assetprofile;
pub mod burner;
pub mod commitment;
pub mod epochs;
pub mod estaking;
pub mod leveragelp;
pub mod masterchef;
pub mod oracle;
pub mod parameter;
pub mod perpetual;
pub mod stablestake;
pub mod tier;
pub mod tokenomics;
pub mod tradeshield;
pub mod transferhook;