Output is a parsed output-typed txvm log entry, plus information derived from stack introspection during execution.
| 66 | // Output is a parsed output-typed txvm log entry, plus information |
| 67 | // derived from stack introspection during execution. |
| 68 | type Output struct { |
| 69 | ID Hash |
| 70 | Seed Hash |
| 71 | Stack []txvm.Data |
| 72 | Program []byte |
| 73 | LogPos int |
| 74 | } |
| 75 | |
| 76 | // Input is a parsed input-typed txvm log entry, plus information |
| 77 | // derived from stack introspection during execution. |
nothing calls this directly
no outgoing calls
no test coverage detected