per_commitment_secret in bolt.
By revealing this value to counterparty, you can revoke the commitment.
And thus complete the state transition in LN channel.
| Union case | Description |
|
|
| Instance member | Description |
|
|
|
|
Full Usage:
this.ToBytes
Returns: byte array
|
|
| Static member | Description |
Full Usage:
PerCommitmentSecret.BytesLength
Returns: int
|
|
Full Usage:
PerCommitmentSecret.FromBytes(bytes)
Parameters:
byte array
Returns: PerCommitmentSecret
|
|