lightning-kmp
/
fr.acinq.lightning.serialization.v1
/
CommitmentSpec
common
Commitment
Spec
data class
CommitmentSpec
(htlcs:
Set
<
DirectedHtlc
>, feerate:
FeeratePerKw
, toLocal:
MilliSatoshi
, toRemote:
MilliSatoshi
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
CommitmentSpec
Link copied to clipboard
common
fun
CommitmentSpec
(from:
CommitmentSpec
)
Content copied to clipboard
Functions
export
Link copied to clipboard
common
fun
export
():
CommitmentSpec
Content copied to clipboard
Properties
feerate
Link copied to clipboard
common
val
feerate
:
FeeratePerKw
Content copied to clipboard
htlcs
Link copied to clipboard
common
val
htlcs
:
Set
<
DirectedHtlc
>
Content copied to clipboard
toLocal
Link copied to clipboard
common
val
toLocal
:
MilliSatoshi
Content copied to clipboard
toRemote
Link copied to clipboard
common
val
toRemote
:
MilliSatoshi
Content copied to clipboard