cosmwasm-std 0.13.2

Standard library for Wasm based smart contracts on Cosmos blockchains
Documentation
1
2
3
4
5
mod std_error;
mod system_error;

pub use std_error::{StdError, StdResult};
pub use system_error::SystemError;