Instead of sending actual pubkeys necessary for commitment,
Lighting Nodes send per_commitment_point
for each commitment
which enables to derive all other pubkeys.
This is a type to annotate such commitment point, an actual value is
elliptic curve point (a.k.a. public key).
Union case | Description |
|
|
Instance member | Description |
|
|
Full Usage:
this.ToBytes
Returns: byte array
|
|
Static member | Description |
Full Usage:
PerCommitmentPoint.BytesLength
Returns: int
|
|
Full Usage:
PerCommitmentPoint.FromBytes(bytes)
Parameters:
byte array
Returns: PerCommitmentPoint
|
|