HtlcInfo

data class HtlcInfo(channelId: ByteVector32, commitmentNumber: Long, paymentHash: ByteVector32, cltvExpiry: CltvExpiry)

Properties

channelId
Link copied to clipboard
common
val channelId: ByteVector32
cltvExpiry
Link copied to clipboard
common
val cltvExpiry: CltvExpiry
commitmentNumber
Link copied to clipboard
common
val commitmentNumber: Long
paymentHash
Link copied to clipboard
common
val paymentHash: ByteVector32