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 c33d166b92 - Show all commits
+1 -1
View File
@@ -267,7 +267,7 @@ message Transaction {
optional string trx_hash = 18;
optional string from_public_key = 19;
optional string to_public_key = 20;
float64 token_price = 21;
double token_price = 21;
}
message UserGetTransactionListReq {