lib
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lib
lib
/
app.cash.lninvoice
/
ShortChannelId
Short
Channel
Id
data
class
ShortChannelId
(
val
blockHeight
:
Int
,
val
txIndex
:
Int
,
val
outputIndex
:
Int
)
(
source
)
Members
Constructors
Short
Channel
Id
Link copied to clipboard
constructor
(
blockHeight
:
Int
,
txIndex
:
Int
,
outputIndex
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
block
Height
Link copied to clipboard
val
blockHeight
:
Int
output
Index
Link copied to clipboard
val
outputIndex
:
Int
tx
Index
Link copied to clipboard
val
txIndex
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String