@@ -389,6 +389,13 @@ message Transaction {
|
|||||||
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;
|
double token_price = 21;
|
||||||
|
BalanceChange balance_change = 22;
|
||||||
|
}
|
||||||
|
|
||||||
|
enum BalanceChange{
|
||||||
|
NO_CHANGE = 0;
|
||||||
|
INCREASE = 1;
|
||||||
|
DECREASE = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message TransactionListFilter {
|
message TransactionListFilter {
|
||||||
|
|||||||
Reference in New Issue
Block a user