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

    Interface IAccumulateFetch

    Fetch externalities for the Accumulate context.

    Ω_Y(ρ, φ, μ, ∅, η'₀, ∅, ∅, ∅, ∅, 𝐢, (x,y)) https://graypaper.fluffylabs.dev/#/ab2cdbd/30c00030c000?v=0.7.2

    Available kinds: 0 (constants), 1 (entropy), 14-15 (accumulation items)

    interface IAccumulateFetch {
        context: Accumulate;
        allTransfersAndOperands(): BytesBlob | null;
        constants(): BytesBlob;
        entropy(): Blake2bHash & WithOpaque<"EntropyHash">;
        oneTransferOrOperand(index: U64): BytesBlob | null;
    }

    Implemented by

    Index

    Properties

    context: Accumulate

    Methods