mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopout: show expiry range in terms
This commit is contained in:
parent
05fd1da496
commit
e72d998e78
7 changed files with 152 additions and 103 deletions
|
|
@ -124,6 +124,12 @@ type LoopOutTerms struct {
|
|||
// MaxSwapAmount is the maximum amount that the server accepts for a
|
||||
// swap.
|
||||
MaxSwapAmount btcutil.Amount
|
||||
|
||||
// MinCltvDelta is the minimum expiry delta for loop out swaps.
|
||||
MinCltvDelta int32
|
||||
|
||||
// MaxCltvDelta is the maximum expiry delta for loop out swaps.
|
||||
MaxCltvDelta int32
|
||||
}
|
||||
|
||||
// LoopOutQuote contains estimates for the fees making up the total swap cost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue