Type | Description |
Some p2p messages (e.g. querying the gossip messages for syncing the routing info)
Supports compressed message format, This enum is used to annotate
which type of the message format is used.
|
|
Unique index for the tx output in the blockchain (as long as there is no
competing fork).
In LN, this is used for funding txo. which corresponds 1-by-1 to the
channel. Thus works as a unique identifier for the specific channel.
This is only used when the channel is confirmed enough (thus "opened").
Before it gets open, ChannelId is used instead, which is a xor of the
tx hash and the output index.
|
|
Type extension | Description |
Full Usage:
Utils.ToBytes(d, lendian)
Parameters:
uint16
lendian : bool
Returns: byte array
|
Extended Type:
|
Full Usage:
Utils.ToUInt16(b, lendian)
Parameters:
byte array
lendian : bool
Returns: uint16
|
Extended Type:
|
Active pattern | Description |
|
|