chore: add token price in transaction message

This commit is contained in:
mapoofano 2025-01-19 15:43:10 +03:30
parent 0414a1c1b5
commit 9a563e7992

View File

@ -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 {