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

    Interface IRefineFetch

    Fetch externalities for the Refine context.

    Ω_Y(ρ, φ, μ, p, H₀, r, i, ī, x̄, ∅, (m,e)) https://graypaper.fluffylabs.dev/#/ab2cdbd/2fe0012fe001?v=0.7.2

    Available kinds: 0-13 (all except accumulation items)

    interface IRefineFetch {
        context: Refine;
        allWorkItems(): BytesBlob;
        authConfiguration(): BytesBlob;
        authorizerTrace(): BytesBlob;
        authToken(): BytesBlob;
        constants(): BytesBlob;
        entropy(): Blake2bHash & WithOpaque<"EntropyHash">;
        oneWorkItem(workItem: U64): BytesBlob | null;
        refineContext(): BytesBlob;
        workItemExtrinsic(workItem: U64 | null, index: U64): BytesBlob | null;
        workItemImport(workItem: U64 | null, index: U64): BytesBlob | null;
        workItemPayload(workItem: U64): BytesBlob | null;
        workPackage(): BytesBlob;
    }

    Implemented by

    Index

    Properties

    context: Refine

    Methods