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 69e5b366f9 - Show all commits
+2 -1
View File
@@ -93,7 +93,7 @@ message Asset {
string code = 3;
string issuer = 4;
int32 decimal = 5;
double limit_amount = 6;
double limit_amount = 6; // FIXME: This Should be renamed to max supply
string anchor = 7;
string image = 8;
string description = 9;
@@ -128,6 +128,7 @@ message Asset {
bool is_locked = 38;
// Commission commission = 38;
AssetType type = 39;
double max_supply = 40;
}
enum AssetTokenType {