@softcose/softchat - v0.1.0
    Preparing search index...

    Type Alias NegentropyStep

    NegentropyStep: Readonly<
        {
            complete: boolean;
            haveEventIds: readonly NostrEventId[];
            needEventIds: readonly NostrEventId[];
            outgoing?: Uint8Array;
        },
    >

    One stateful NIP-77 reconciliation result.