Update 'transactions.proto'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Add transaction id to create rpc call Signed-off-by: itzaname <itzaname@noreply@itzana.me>
This commit is contained in:
parent
4d9280bea2
commit
6b59e649ff
@ -17,10 +17,11 @@ service TransactionsService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message TransactionCreate {
|
message TransactionCreate {
|
||||||
int64 UserID = 1;
|
string ID = 1;
|
||||||
int64 Value = 2;
|
int64 UserID = 2;
|
||||||
int32 StateID = 3;
|
int64 Value = 3;
|
||||||
google.protobuf.Struct Data = 4;
|
int32 StateID = 4;
|
||||||
|
google.protobuf.Struct Data = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
message TransactionUpdate {
|
message TransactionUpdate {
|
||||||
|
Loading…
Reference in New Issue
Block a user