reticulum-js
    Preparing search index...
    • Validates a channel PoW stamp against a required cost.

      Parameters

      • channelHash: Uint8Array<ArrayBufferLike>

        16-byte channel identity hash.

      • innerBlob: Uint8Array<ArrayBufferLike>

        EC-encrypted channel message.

      • stamp: Uint8Array<ArrayBufferLike>

        32-byte candidate stamp.

      • stampCost: number

        Minimum required leading zero bits.

      Returns Promise<boolean>