Files
lndhub.go/lib/service.go
2022-01-19 14:01:32 +01:00

12 lines
175 B
Go

package lib
import (
"github.com/lightningnetwork/lnd/lnrpc"
"github.com/uptrace/bun"
)
type LndhubService struct {
DB *bun.DB
LndClient *lnrpc.LightningClient
}