chore-add-token-price-tx-item #13

Merged
mapoofano merged 2 commits from chore-add-token-price-tx-item into v2 2025-01-19 12:15:40 +00:00
Showing only changes of commit c33d166b92 - Show all commits

View File

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