pub type AuthQueue = FixedVec<AuthorizerHash, ConstU32<{ _ }>>;Expand description
A queue of AuthorizerHashs, each of which will be rotated into the authorizer pool for a core.
Aliased Typeยง
struct AuthQueue(/* private fields */);pub type AuthQueue = FixedVec<AuthorizerHash, ConstU32<{ _ }>>;A queue of AuthorizerHashs, each of which will be rotated into the authorizer pool for a core.
struct AuthQueue(/* private fields */);