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

    Interface TickEpochInput

    interface TickEpochInput {
        worldId: string;
        state: WorldState;
        epochNumber: number;
        proposals: ProposalMap;
        ruleset: Ruleset;
        actorTags?: string[];
        maxActions?: number;
    }
    Index

    Properties

    worldId: string
    state: WorldState
    epochNumber: number
    proposals: ProposalMap
    ruleset: Ruleset
    actorTags?: string[]
    maxActions?: number