v2: balance change added
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
1d7e944469
commit
33dd406f16
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user