pub type RecipientVec = BoundedVec<Recipient, ConstU32<MAX_RECIPIENTS>>;Expand description
A Vec<Recipient> that SCALE-decode rejects if it exceeds MAX_RECIPIENTS,
enforcing the fan-out cap at the type level instead of via scattered runtime checks.
Aliased Type§
pub struct RecipientVec(/* private fields */);