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

    Interface AuthorityWsHandle

    interface AuthorityWsHandle {
        handoff: AuthorityHandoff;
        ingest(raw: string): string;
        tick(now?: number): AuthorityChange | null;
        stop(): void;
    }
    Index

    Properties

    Methods

    Properties

    Methods