cw3-flex-multisig 0.12.0

Implementing cw3 with multiple voting patterns and dynamic groups
Documentation
1
2
3
4
5
6
pub mod contract;
pub mod error;
pub mod msg;
pub mod state;

pub use crate::error::ContractError;