DotNetLightning


HtlcBasepoint Type

elliptic curve point (a.k.a. pubkey) to derive [remote|local]_htlcpubkey. This is static for each channel and it is negotiated during channel opening. We don't want to use same pubkeys for each commitments more than once, so the key derivation needs new PerCommitmentPoint for each HTLCs. see bolt03 for more detail.

Union cases

Union case Description

HtlcBasepoint PubKey

Full Usage: HtlcBasepoint 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