mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Merge pull request #974 from ViktorTigerstrom/2025-02-credit-debit-accounts-impl
accounts: Add credit and debit account functionality
This commit is contained in:
commit
9e5578cf2d
19 changed files with 2713 additions and 103 deletions
|
|
@ -28,6 +28,14 @@ var (
|
|||
Entity: "account",
|
||||
Action: "write",
|
||||
}},
|
||||
"/litrpc.Accounts/CreditAccount": {{
|
||||
Entity: "account",
|
||||
Action: "write",
|
||||
}},
|
||||
"/litrpc.Accounts/DebitAccount": {{
|
||||
Entity: "account",
|
||||
Action: "write",
|
||||
}},
|
||||
"/litrpc.Accounts/ListAccounts": {{
|
||||
Entity: "account",
|
||||
Action: "read",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue