Type Definition pallet_quorum::pallet::PublicKeyItem

source ·
pub type PublicKeyItem<AccountId, StringLimit> = (AccountId, BoundedVec<u8, StringLimit>);