DotNetLightning


RevocationPrivKey Type

Privkey corresponds to RevocationPubKey. Which is necessary in a dirty-close (that is, when the counterparty tries to cheat by publishing an old commitment tx.) This can be derived from PerCommitmentSecret, thus your node doesn't have to remember this. Instead, use PerCommitmentSecretStore to remember PerCommitmentSecret and derive this from it.

Union cases

Union case Description

RevocationPrivKey Key

Full Usage: RevocationPrivKey Key

Parameters:
Item : Key

Instance members

Instance member Description

this.RawKey

Full Usage: this.RawKey

Returns: Key
Returns: Key

this.ToBytes

Full Usage: this.ToBytes

Returns: byte array
Returns: byte array