Variable Payload.next_chan_id

The channel ID to forward the next packet to. If this is zero, it means this was the destination node.

struct Payload
{
  // ...
  geod24.bitblob.BitBlob!(64L) next_chan_id ;
  // ...
}