10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
#Command
|
|
CommandWrapper {
|
|
transaction: string { } ; // Random Transaction ID
|
|
commit: boolean { @PrimitiveType } ;
|
|
|
|
request: string {} ; // Random Request ID
|
|
type: string {} ; // Command Type
|
|
payload: binary {} ;
|
|
}
|