Type Alias AuthQueue

Source
pub type AuthQueue = FixedVec<AuthorizerHash, AuthQueueLen>;
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 */);