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.
[ channel_hash(16) ‖ inner_blob ‖ stamp(32) ]
stamp_cost
when the payload is too short to contain all three parts.
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'sstamp_costis non-nil); use parseFanoutPayload for the stamp-free fanout form.