ChannelRelayPacket

case class ChannelRelayPacket(add: UpdateAddHtlc, payload: ChannelRelayData, nextPacket: OnionRoutingPacket, nextBlindingKey_opt: Option[PublicKey]) extends RelayPacket

We must relay the payment to a direct peer.

Source:
PaymentPacket.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product