PubKey which is necessary for each new commitment tx.
Which can be derived from RevocationBasepoint
and PerCommitmentPoint
The corresponding privkey (i.e. RevocationPrivKey
) can be derived when
The counterparty reveals the per_commitment_secret
Thus ensures the revocation
Of the commitment. (Which is a crucial step for LN payment.)
See bolt03
For more detail.
Union case | Description |
|
|
Instance member | Description |
|
|
Full Usage:
this.ToBytes
Returns: byte array
|
|
Static member | Description |
Full Usage:
RevocationPubKey.FromBytes(bytes)
Parameters:
byte array
Returns: RevocationPubKey
|
|