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

    Interface IIsAuthorizedFetch

    Fetch externalities for the IsAuthorized context.

    Ω_Y(ρ, φ, μ, 𝐩, ∅, ∅, ∅, ∅, ∅, ∅, ∅) https://graypaper.fluffylabs.dev/#/ab2cdbd/2e43012e4301?v=0.7.2

    Available kinds: 0 (constants), 7-13 (work package)

    interface IIsAuthorizedFetch {
        context: IsAuthorized;
        allWorkItems(): BytesBlob;
        authConfiguration(): BytesBlob;
        authToken(): BytesBlob;
        constants(): BytesBlob;
        oneWorkItem(workItem: U64): BytesBlob | null;
        refineContext(): BytesBlob;
        workItemPayload(workItem: U64): BytesBlob | null;
        workPackage(): BytesBlob;
    }

    Implemented by

    Index

    Properties

    context: IsAuthorized

    Methods