Loom Engine - v3.1.1
    Preparing search index...

    Interface ResumeInput

    interface ResumeInput {
        key: string | Uint8Array<ArrayBufferLike>;
        bundle: WorldBundle;
        currentEpoch: number;
        ruleset: Ruleset;
        proposalsByEpoch?: Record<string, ProposalMap>;
        maxCatchup: number;
        actorTags?: string[];
        maxActions?: number;
        expectedWorldId?: string;
    }
    Index

    Properties

    key: string | Uint8Array<ArrayBufferLike>
    bundle: WorldBundle
    currentEpoch: number
    ruleset: Ruleset
    proposalsByEpoch?: Record<string, ProposalMap>
    maxCatchup: number
    actorTags?: string[]
    maxActions?: number
    expectedWorldId?: string