MCPcopy Create free account
hub / github.com/chain/txvm / Output

Struct Output

protocol/bc/tx.go:68–74  ·  view source on GitHub ↗

Output is a parsed output-typed txvm log entry, plus information derived from stack introspection during execution.

Source from the content-addressed store, hash-verified

66// Output is a parsed output-typed txvm log entry, plus information
67// derived from stack introspection during execution.
68type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected