v2: removed anchor from assets
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
c314884162
commit
cc5dcc09df
@ -95,13 +95,12 @@ message Asset {
|
|||||||
string network_code = 5;
|
string network_code = 5;
|
||||||
int32 decimal = 6;
|
int32 decimal = 6;
|
||||||
double max_supply = 7;
|
double max_supply = 7;
|
||||||
string anchor = 8;
|
string image = 8;
|
||||||
string image = 9;
|
string description = 9;
|
||||||
string description = 10;
|
string url = 10;
|
||||||
string url = 11;
|
int64 buy_unit_price = 11;
|
||||||
int64 buy_unit_price = 12;
|
double buy_min_amount = 12;
|
||||||
double buy_min_amount = 13;
|
double buy_max_amount = 13;
|
||||||
double buy_max_amount = 14;
|
|
||||||
bool is_active = 20;
|
bool is_active = 20;
|
||||||
bool can_buy = 21;
|
bool can_buy = 21;
|
||||||
bool can_sell = 22;
|
bool can_sell = 22;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user