package rose // 2.4.6.0 // Context-specific Constructed 1 type Invoke struct { InvokeId int Opcode int Argument []byte } // Context-specific Constructed 2 type ReturnResult struct { InvokeId int Result struct { Opcode int Argument []byte } }