Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Executor.AddROTransaction.Response, Prove.Response, Run.Response
string error = 1
repeated bytes output = 2
Used in: Prove.Request, Run.Request
oneof input
bytes jammed = 1
string text = 2
(message has no fields)
Used as request type in: NockService.Prove
optional Node node = 1
oneof program
bytes jammed_program = 2
string text_program = 3
repeated Input public_inputs = 4
repeated Input private_inputs = 5
Used as response type in: NockService.Prove
(message has no fields)
Used as request type in: NockService.Run
optional Node node_info = 1
oneof program
bytes jammed_program = 2
string text_program = 3
repeated Input inputs = 4
Used as response type in: NockService.Run
Used in: Executor.AddROTransaction.Response, Prove.Response, Run.Response
bytes result = 1
repeated bytes output = 2