injective-std 1.18.0

Standard library for Injective with CosmWasm support included
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 services;
pub mod state;
pub mod statesync;
pub mod store;
pub mod types;
pub mod version;