pub type NewMembers = Vec<AccountId32>;

Aliased Type§

struct NewMembers {
    buf: RawVec<AccountId32>,
    len: usize,
}

Fields§

§buf: RawVec<AccountId32>§len: usize