Trait frame_support::traits::InitializeMembers [−][src]
pub trait InitializeMembers<AccountId> { fn initialize_members(members: &[AccountId]); }
Expand description
Trait for type that can handle the initialization of account IDs at genesis.
Required methods
fn initialize_members(members: &[AccountId])
fn initialize_members(members: &[AccountId])
Initialize the members to the given members
.