CommitmentSpec

data class CommitmentSpec(htlcs: Set<DirectedHtlc>, feerate: FeeratePerKw, toLocal: MilliSatoshi, toRemote: MilliSatoshi)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

findIncomingHtlcById
Link copied to clipboard
common
fun findIncomingHtlcById(id: Long): IncomingHtlc?
findOutgoingHtlcById
Link copied to clipboard
common
fun findOutgoingHtlcById(id: Long): OutgoingHtlc?

Properties

feerate
Link copied to clipboard
common
val feerate: FeeratePerKw
htlcs
Link copied to clipboard
common
val htlcs: Set<DirectedHtlc>
toLocal
Link copied to clipboard
common
val toLocal: MilliSatoshi
toRemote
Link copied to clipboard
common
val toRemote: MilliSatoshi
totalFunds
Link copied to clipboard
common
val totalFunds: MilliSatoshi