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
pub mod abci;
pub mod blocksync;
pub mod consensus;
pub mod crypto;
pub mod libs;
pub mod mempool;
pub mod p2p;
pub mod privval;
pub mod rpc;
pub mod state;
pub mod statesync;
pub mod store;
pub mod types;
pub mod version;