reticulum-js
    Preparing search index...

    Interface ValidatedPnStamp

    interface ValidatedPnStamp {
        lxmfData: Uint8Array<ArrayBufferLike>;
        stampData: Uint8Array<ArrayBufferLike>;
        stampValue: number;
        transientId: Uint8Array<ArrayBufferLike>;
    }
    Index
    lxmfData: Uint8Array<ArrayBufferLike>

    Base dest_hash || E(...) (stamp stripped).

    stampData: Uint8Array<ArrayBufferLike>

    The trailing 32-byte stamp.

    stampValue: number

    Leading-zero-bit value of the stamp.

    transientId: Uint8Array<ArrayBufferLike>

    SHA-256(lxmfData) — the store/dedup key.