ShortChannelId

data class ShortChannelId(val blockHeight: Int, val txIndex: Int, val outputIndex: Int)(source)

Constructors

Link copied to clipboard
constructor(blockHeight: Int, txIndex: Int, outputIndex: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String