ShortChannelId

data class ShortChannelId(id: Long) : Comparable<ShortChannelId>

Types

Companion
Link copied to clipboard
common
object Companion

Functions

blockHeight
Link copied to clipboard
common
fun blockHeight(): Int
compareTo
Link copied to clipboard
common
open operator override fun compareTo(other: ShortChannelId): Int
coordinates
Link copied to clipboard
common
fun coordinates(): TxCoordinates
outputIndex
Link copied to clipboard
common
fun outputIndex(): Int
toLong
Link copied to clipboard
common
fun toLong(): Long
toString
Link copied to clipboard
common
open override fun toString(): String
txIndex
Link copied to clipboard
common
fun txIndex(): Int