DotNetLightning


NodeMasterPrivKey Type

This is the node-wide master key which is also used for transport-level encryption. The channel's keys can be derived from this via BIP32 key derivation. It is basically NodeSecret + "ChainCode (an entropy for deriving the children)"

Union cases

Union case Description

NodeMasterPrivKey ExtKey

Full Usage: NodeMasterPrivKey ExtKey

Parameters:
Item : ExtKey

Instance members

Instance member Description

this.NodeId

Full Usage: this.NodeId

Returns: NodeId
Returns: NodeId

this.NodeSecret

Full Usage: this.NodeSecret

Returns: NodeSecret
Returns: NodeSecret

this.RawExtKey

Full Usage: this.RawExtKey

Returns: ExtKey
Returns: ExtKey