neutron-std 9.1.0

Standard library for Neutron with CosmWasm support included. This package is a modified copy of the osmosis package - https://github.com/osmosis-labs/osmosis-rust/tree/main/packages/osmosis-std
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod coinfactory;
pub mod contractmanager;
pub mod cron;
pub mod crypto;
pub mod dex;
pub mod dynamicfees;
pub mod feeburner;
pub mod feerefunder;
pub mod harpoon;
pub mod ibcratelimit;
pub mod interchainqueries;
pub mod interchaintxs;
pub mod revenue;
pub mod state_verifier;
pub mod transfer;