OnChainFeerates

data class OnChainFeerates(mutualCloseFeerate: FeeratePerKw, claimMainFeerate: FeeratePerKw, fastFeerate: FeeratePerKw)

Constructors

OnChainFeerates
Link copied to clipboard
common
fun OnChainFeerates(from: OnChainFeerates)

Functions

export
Link copied to clipboard
common
fun export(): OnChainFeerates

Properties

claimMainFeerate
Link copied to clipboard
common
val claimMainFeerate: FeeratePerKw
fastFeerate
Link copied to clipboard
common
val fastFeerate: FeeratePerKw
mutualCloseFeerate
Link copied to clipboard
common
val mutualCloseFeerate: FeeratePerKw