DotNetLightning


HopPayloadTLV Type

data for tlv_payload defined in bolt04

Union cases

Union case Description

AmountToForward LNMoney

Full Usage: AmountToForward LNMoney

Parameters:
Item : LNMoney

OutgoingCLTV uint32

Full Usage: OutgoingCLTV uint32

Parameters:
    Item : uint32

Item : uint32

PaymentData(paymentSecret, totalMsat)

Full Usage: PaymentData(paymentSecret, totalMsat)

Parameters:
paymentSecret : PaymentPreimage
totalMsat : LNMoney

ShortChannelId ShortChannelId

Full Usage: ShortChannelId ShortChannelId

Parameters:
Item : ShortChannelId

Unknown GenericTLV

Full Usage: Unknown GenericTLV

Parameters:
Item : GenericTLV

Instance members

Instance member Description

this.ToGenericTLV

Full Usage: this.ToGenericTLV

Returns: GenericTLV
Returns: GenericTLV

Static members

Static member Description

HopPayloadTLV.FromGenericTLV(tlv)

Full Usage: HopPayloadTLV.FromGenericTLV(tlv)

Parameters:
Returns: HopPayloadTLV
tlv : GenericTLV
Returns: HopPayloadTLV