v2: wallet locked,available,total balance

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-01-20 13:17:58 +03:30
parent 5f1fc3b0f2
commit 87198ce3f9
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -193,6 +193,10 @@ message BNPLList {
message WalletList {
repeated Wallet list = 1;
// optional base.v1.Pagination pagination = 2;
double available_balance = 3;
double locked_balance = 4;
double total_balance = 5;
}
message Wallet {