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 68ade9b3af - Show all commits
+5 -4
View File
@@ -161,10 +161,11 @@ message OrderListFilter {
/* Contract */ /* Contract */
message ContractMarketRes { message ContractMarketRes {
string link = 1; string link = 1;
uint64 agreement_id = 2; uint64 asset_id = 2;
uint64 transaction_id = 3; uint64 agreement_id = 3;
string contract_hash = 4; uint64 transaction_id = 4;
string contract_content = 5; string contract_hash = 5;
string contract_content = 6;
} }
message DeclineMarketContractReq { message DeclineMarketContractReq {