We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108aadd commit 24c5cf7Copy full SHA for 24c5cf7
walletkit_client.go
@@ -111,6 +111,10 @@ type WalletKitClient interface {
111
EstimateFeeRate(ctx context.Context,
112
confTarget int32) (chainfee.SatPerKWeight, error)
113
114
+ // MinRelayFee returns the current minimum relay fee based on our chain
115
+ // backend in sat/kw.
116
+ MinRelayFee(ctx context.Context) (chainfee.SatPerKWeight, error)
117
+
118
// ListSweeps returns a list of sweep transaction ids known to our node.
119
// Note that this function only looks up transaction ids, and does not
120
// query our wallet for the full set of transactions. If startHeight is
0 commit comments