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

    Interface WorldBundle

    interface WorldBundle {
        worldId: string;
        snapshot: { eventIndex: number; stateHash: string; state: WorldState };
        chainTail: ChainedRecord<EpochResolvedEvent>[];
        tailGenesis: string;
        seal: ChainSeal;
        binding: string;
    }
    Index

    Properties

    worldId: string
    snapshot: { eventIndex: number; stateHash: string; state: WorldState }
    tailGenesis: string
    seal: ChainSeal
    binding: string