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 was merged in pull request #13.
This commit is contained in:
2025-01-19 12:15:39 +00:00
+1
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;
double token_price = 21;
}
message UserGetTransactionListReq {