chore: convert token pirce type to double
This commit is contained in:
parent
9a563e7992
commit
c33d166b92
@ -267,7 +267,7 @@ message Transaction {
|
|||||||
optional string trx_hash = 18;
|
optional string trx_hash = 18;
|
||||||
optional string from_public_key = 19;
|
optional string from_public_key = 19;
|
||||||
optional string to_public_key = 20;
|
optional string to_public_key = 20;
|
||||||
float64 token_price = 21;
|
double token_price = 21;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UserGetTransactionListReq {
|
message UserGetTransactionListReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user