v2: pagination total_count (removed optional)
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
+7
-7
@@ -51,7 +51,7 @@ message WalletList {
|
||||
|
||||
uint32 page_no = 6;
|
||||
uint32 page_size = 7;
|
||||
optional uint32 total_count = 8;
|
||||
uint32 total_count = 8;
|
||||
}
|
||||
|
||||
message Wallet {
|
||||
@@ -152,7 +152,7 @@ message AssetList {
|
||||
repeated Asset list = 1;
|
||||
uint32 page_no = 2;
|
||||
uint32 page_size = 3;
|
||||
optional uint32 total_count = 4;
|
||||
uint32 total_count = 4;
|
||||
}
|
||||
|
||||
message AssetFilter {
|
||||
@@ -323,7 +323,7 @@ message BNPLList {
|
||||
repeated BNPLInfo list = 1;
|
||||
uint32 page_no = 2;
|
||||
uint32 page_size = 3;
|
||||
optional uint32 total_count = 4;
|
||||
uint32 total_count = 4;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -334,7 +334,7 @@ message TransactionList {
|
||||
repeated Transaction list = 1;
|
||||
uint32 page_no = 2;
|
||||
uint32 page_size = 3;
|
||||
optional uint32 total_count = 4;
|
||||
uint32 total_count = 4;
|
||||
}
|
||||
|
||||
enum TransactionType {
|
||||
@@ -471,7 +471,7 @@ message RedeemTokenResList {
|
||||
repeated RedeemTokenRes list = 1;
|
||||
uint32 page_no = 2;
|
||||
uint32 page_size = 3;
|
||||
optional uint32 total_count = 4;
|
||||
uint32 total_count = 4;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -515,7 +515,7 @@ message NetworkList {
|
||||
repeated Network list = 1;
|
||||
uint32 page_no = 2;
|
||||
uint32 page_size = 3;
|
||||
optional uint32 total_count = 4;
|
||||
uint32 total_count = 4;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -549,7 +549,7 @@ message CommissionList {
|
||||
repeated Commission list = 1;
|
||||
uint32 page_no = 2;
|
||||
uint32 page_size = 3;
|
||||
optional uint32 total_count = 4;
|
||||
uint32 total_count = 4;
|
||||
}
|
||||
|
||||
message EffectiveCommission {
|
||||
|
||||
Reference in New Issue
Block a user