chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 6a9f4bb9bd - Show all commits
+4 -2
View File
@@ -99,6 +99,8 @@ message OrderListFilter {
optional double starting_price = 8;
optional double ending_price = 9;
repeated wallet.v1.Asset asset = 10;
uint64 order_id = 11;
uint64 trx_id = 12;
optional uint64 order_id = 11;
optional uint64 trx_id = 12;
optional bool is_public = 13;
optional bool has_source = 14;
}