transactions

This commit is contained in:
2025-10-24 00:48:19 +02:00
parent f6cae99d59
commit 988706c996
6 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#Command
@Extends(Command)
CommandRollback {
}

View File

@@ -0,0 +1,4 @@
#Command
@Extends(Command)
CommandRollbackResponse {
}

View File

@@ -1,6 +1,8 @@
#Command
CommandWrapper {
transaction: string { } ; // Random Transaction ID
commit: boolean { @PrimitiveType } ;
request: string {} ; // Random Request ID
type: string {} ; // Command Type
payload: binary {} ;