Input is a parsed input-typed txvm log entry, plus information derived from stack introspection during execution.
| 76 | // Input is a parsed input-typed txvm log entry, plus information |
| 77 | // derived from stack introspection during execution. |
| 78 | type Input struct { |
| 79 | ID Hash |
| 80 | Seed Hash |
| 81 | Stack []txvm.Data |
| 82 | Program []byte |
| 83 | LogPos int |
| 84 | } |
| 85 | |
| 86 | // Issuance is a parsed issuance-typed txvm log entry. |
| 87 | type Issuance struct { |
nothing calls this directly
no outgoing calls
no test coverage detected