nova-multisig-program 0.2.0

Nova Shield fork of Squads Multisig Program V4
Documentation
1
2
3
4
5
6
7
8
9
mod ephemeral_signers;
mod executable_transaction_message;
mod small_vec;
mod system;

pub use ephemeral_signers::*;
pub use executable_transaction_message::*;
pub use small_vec::*;
pub use system::*;