ClosingFeerates

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

Constructors

ClosingFeerates
Link copied to clipboard
common
fun ClosingFeerates(preferred: FeeratePerKw)

Functions

computeFees
Link copied to clipboard
common
fun computeFees(closingTxWeight: Int): ClosingFees

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