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

    Interface CatchUpInput

    interface CatchUpInput {
        worldId: string;
        state: WorldState;
        currentEpoch: number;
        maxCatchup: number;
        ruleset: Ruleset;
        proposalsByEpoch?: Record<string, ProposalMap>;
        actorTags?: string[];
        maxActions?: number;
    }
    Index

    Properties

    worldId: string
    state: WorldState
    currentEpoch: number
    maxCatchup: number
    ruleset: Ruleset
    proposalsByEpoch?: Record<string, ProposalMap>
    actorTags?: string[]
    maxActions?: number