Merge pull request 'chore-add-token-price-tx-item' (#13) from chore-add-token-price-tx-item into v2

Reviewed-on: https://git.kahrobatoken.com/Kahroba/proto/pulls/13
This commit is contained in:
mapoofano 2025-01-19 12:15:39 +00:00
commit 5f1fc3b0f2

View File

@ -267,6 +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;
double token_price = 21;
} }
message UserGetTransactionListReq { message UserGetTransactionListReq {