Typeberry by Fluffy Labs - v0.5.0
    Preparing search index...

    Type Alias AuthorizationInput

    Input to the authorization.

    type AuthorizationInput = {
        slot: TimeSlot;
        used: Map<CoreIndex, HashSet<AuthorizerHash>>;
    }
    Index

    Properties

    Properties

    slot: TimeSlot

    Current time slot.

    This is an excerpt from Guarantees extrinsic, containing just the core index and the authorizer hash turned into a fast-lookup Map+Set.