chore: add token price in transaction message
This commit is contained in:
parent
0414a1c1b5
commit
9a563e7992
@ -267,6 +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;
|
||||
}
|
||||
|
||||
message UserGetTransactionListReq {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user