mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: add RPC method to list tokens
This commit is contained in:
parent
a23dfe36ab
commit
47bf510bd8
7 changed files with 617 additions and 156 deletions
|
|
@ -5,6 +5,7 @@ import (
|
|||
|
||||
"github.com/lightninglabs/loop/lndclient"
|
||||
"github.com/lightninglabs/loop/loopdb"
|
||||
"github.com/lightninglabs/loop/lsat"
|
||||
)
|
||||
|
||||
// clientConfig contains config items for the swap client.
|
||||
|
|
@ -12,5 +13,6 @@ type clientConfig struct {
|
|||
LndServices *lndclient.LndServices
|
||||
Server swapServerClient
|
||||
Store loopdb.SwapStore
|
||||
LsatStore lsat.Store
|
||||
CreateExpiryTimer func(expiry time.Duration) <-chan time.Time
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue