Type Alias AuthQueue

Source
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 */);