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

Struct Input

protocol/bc/tx.go:78–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

76// Input is a parsed input-typed txvm log entry, plus information
77// derived from stack introspection during execution.
78type 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.
87type Issuance struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected