event identifier

This commit is contained in:
boufni95 2023-10-20 21:12:09 +02:00
parent 0a3da2082b
commit 339fc9c141
6 changed files with 2163 additions and 2130 deletions

View file

@ -224,6 +224,7 @@ message UserOperation {
UserOperationType type = 2;
bool inbound =3;
int64 amount = 4;
string identifier = 5;
}
message UserOperations {
int64 fromIndex=1;