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

    Interface SuspendInput

    interface SuspendInput {
        key: string | Uint8Array<ArrayBufferLike>;
        worldId: string;
        snapshotState: WorldState;
        snapshotEventIndex: number;
        chain: EventChain<EpochResolvedEvent>;
    }
    Index

    Properties

    key: string | Uint8Array<ArrayBufferLike>
    worldId: string
    snapshotState: WorldState
    snapshotEventIndex: number