[][src]Trait frame_support::traits::InitializeMembers

pub trait InitializeMembers<AccountId> {
    pub fn initialize_members(members: &[AccountId]);
}

Trait for type that can handle the initialization of account IDs at genesis.

Required methods

pub fn initialize_members(members: &[AccountId])[src]

Initialize the members to the given members.

Loading content...

Implementations on Foreign Types

impl<T> InitializeMembers<T> for ()[src]

Loading content...

Implementors

Loading content...