On Chain Feerates
data class OnChainFeerates(mutualCloseFeerate: FeeratePerKw, claimMainFeerate: FeeratePerKw, fastFeerate: FeeratePerKw)
Content copied to clipboard
Preferences regarding on-chain feerates that will be applied to various transactions.
Parameters
mutual Close Feerate
feerate used in mutual close scenarios (typically configured by the user, based on their preference).
claim Main Feerate
feerate used to claim our main output when a channel is force-closed (typically configured by the user, based on their preference).
fast Feerate
feerate used to claim outputs quickly to avoid loss of funds: this one should not be set by the user (we should look at current on-chain fees).
Constructors
OnChainFeerates
Link copied to clipboard
fun OnChainFeerates(mutualCloseFeerate: FeeratePerKw, claimMainFeerate: FeeratePerKw, fastFeerate: FeeratePerKw)
Content copied to clipboard
Properties
claimMainFeerate
Link copied to clipboard
fastFeerate
Link copied to clipboard
mutualCloseFeerate
Link copied to clipboard