Compare commits

..

No commits in common. "6b59e649ffddd8d3fb46411e6c9722a1e93f8f8b" and "4d9280bea2548e8ca8a99dfb658fdc9ee8c2d6f5" have entirely different histories.

View File

@ -17,11 +17,10 @@ service TransactionsService {
}
message TransactionCreate {
string ID = 1;
int64 UserID = 2;
int64 Value = 3;
int32 StateID = 4;
google.protobuf.Struct Data = 5;
int64 UserID = 1;
int64 Value = 2;
int32 StateID = 3;
google.protobuf.Struct Data = 4;
}
message TransactionUpdate {