pub type OtherSignatories = Vec<AccountId32>;

Aliased Type§

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

Fields§

§buf: RawVec<AccountId32>§len: usize