0.5.1-pre.002
This commit is contained in:
15
ks-lib/src/executor/governance.rs
Normal file
15
ks-lib/src/executor/governance.rs
Normal file
@@ -0,0 +1,15 @@
|
||||
// file: ks-lib/src/executor/governance.rs
|
||||
// version: 4
|
||||
|
||||
//! `governance` executor family.
|
||||
|
||||
mod metadao_bid_wall;
|
||||
mod metadao_futarchy;
|
||||
mod squads_multisig;
|
||||
|
||||
/// Exposes the reserved `governance/metadao_bid_wall` executor.
|
||||
pub use self::metadao_bid_wall::ExGovernanceMetadaoBidWallExecutor;
|
||||
/// Exposes the reserved `governance/metadao_futarchy` executor.
|
||||
pub use self::metadao_futarchy::ExGovernanceMetadaoFutarchyExecutor;
|
||||
/// Exposes the reserved `governance/squads_multisig` executor.
|
||||
pub use self::squads_multisig::ExGovernanceSquadsMultisigExecutor;
|
||||
Reference in New Issue
Block a user