cw1155-base 0.15.1

Basic implementation of a CosmWasm-1155 compliant token
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod contract;
mod error;
pub mod execute;
pub mod helpers;
pub mod msg;
pub mod query;
pub mod state;

pub use crate::error::ContractError;

#[cfg(test)]
mod tests;