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 b917ccdaa8 - Show all commits
+2 -2
View File
@@ -551,7 +551,7 @@ message BuyAssetReq {
double amount_irt = 3;
double amount_asset = 4;
BuyAssetSide side = 5;
optional uint64 contract_id = 6; // Only in asset that require agreement contract
optional uint64 aggreement_id = 6; // Only in asset that require agreement contract
optional string discount_code = 7;
optional auth.v1.TFA tfa = 8; // This might be used in the future
}
@@ -599,7 +599,7 @@ message GenerateContractReq {
message ContractRes {
string link = 1;
uint64 contract_id = 2;
uint64 aggreement_id = 2;
string contract_hash = 3;
string contract_content = 4;
}