Function pallet_alliance::pallet::dispatchables::init_members
source · pub fn init_members<T: Config<I>, I: 'static>(
fellows: Vec<T::AccountId>,
allies: Vec<T::AccountId>,
)
Expand description
Initialize the Alliance, onboard fellows and allies.
The Alliance must be empty, and the call must provide some founding members.
Must be called by the Root origin.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::init_members
.