DotNetLightning


DelayedPaymentPubKey Type

The pubkey used for to_self output in htlc-success/htlc-timeout tx.

Union cases

Union case Description

DelayedPaymentPubKey PubKey

Full Usage: DelayedPaymentPubKey PubKey

Parameters:
Item : PubKey

Instance members

Instance member Description

this.RawPubKey

Full Usage: this.RawPubKey

Returns: PubKey
Returns: PubKey

this.ToBytes

Full Usage: this.ToBytes

Returns: byte array
Returns: byte array

Static members

Static member Description

DelayedPaymentPubKey.FromBytes(bytes)

Full Usage: DelayedPaymentPubKey.FromBytes(bytes)

Parameters:
    bytes : byte array

Returns: DelayedPaymentPubKey
bytes : byte array
Returns: DelayedPaymentPubKey