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.
Record Field | Description |
|
|
|
|
|
|
Instance member | Description |
Full Usage:
this.AsString
Returns: string
|
|
Full Usage:
this.ToBytes
Returns: byte array
|
|
Full Usage:
this.ToUInt64
Returns: uint64
|
|
Static member | Description |
|
|
|
|
|
|
Full Usage:
ShortChannelId.TryParse(s)
Parameters:
string
Returns: Result<ShortChannelId, string>
|
|