reticulum-js
    Preparing search index...
    • Splits a SEND payload [ channel_hash(16) ‖ inner_blob ‖ stamp(32) ] into its three parts. Use when a stamp is known to be present (the node's stamp_cost is non-nil); use parseFanoutPayload for the stamp-free fanout form.

      Parameters

      • payload: Uint8Array<ArrayBufferLike>

      Returns { channelHash: Uint8Array; innerBlob: Uint8Array; stamp: Uint8Array }

      when the payload is too short to contain all three parts.