multisig 0.1.0

Created with Anchor
Documentation
pub mod group;
pub use group::*;

pub mod proposal;
pub use proposal::*;

pub mod asset;
pub use asset::*;

pub mod vote;
pub use vote::*;

pub mod member;
pub use member::*;

pub mod constants;
pub use constants::*;

pub mod error;
pub use error::*;