ClosingFeerates

data class ClosingFeerates(preferred: FeeratePerKw, min: FeeratePerKw, max: FeeratePerKw)

Constructors

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

Functions

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

Properties

max
Link copied to clipboard
common
val max: FeeratePerKw
min
Link copied to clipboard
common
val min: FeeratePerKw
preferred
Link copied to clipboard
common
val preferred: FeeratePerKw