Crate pallet_committee[][src]

Expand description

Committee Pallet

The Committee pallet uses a set of AccountIds to identify who can vote on proposals. This set can be modified via proposals to the Governance Committee. Members may be added, removed or swapped with new members. There is no bound on how many members may exist in the committee.

Re-exports

pub use pallet::*;

Modules

The module that hosts all the FRAME types needed to add this pallet to a runtime.