v2: wallet locked,available,total balance
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user