mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-02-07 05:54:23 +01:00
Add account type constants
This commit is contained in:
@@ -9,4 +9,9 @@ const (
|
||||
InvoiceStateSettled = "settled"
|
||||
InvoiceStateInitialized = "initialized"
|
||||
InvoiceStateOpen = "open"
|
||||
|
||||
AccountTypeIncoming = "incoming"
|
||||
AccountTypeCurrent = "current"
|
||||
AccountTypeOutgoing = "outgoing"
|
||||
AccountTypeFees = "fees"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user