lnrpc: WalletBalanceRequest adds account

This commit is contained in:
Slyghtning
2023-07-26 17:42:47 +02:00
parent f64ebfb975
commit 442f1ac4d4
4 changed files with 1671 additions and 1629 deletions

View File

@@ -2828,6 +2828,9 @@ message WalletAccountBalance {
}
message WalletBalanceRequest {
// The wallet account the balance is shown for.
// If this is not specified, the balance of the "default" account is shown.
string account = 1;
}
message WalletBalanceResponse {