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

Struct Input

protocol/txbuilder/txresult/result.go:53–59  ·  view source on GitHub ↗

Input contains information parsed from input records in a transaction log.

Source from the content-addressed store, hash-verified

51// Input contains information parsed from input records in a
52// transaction log.
53type Input struct {
54 OutputID bc.Hash
55 Value *Value
56 RefData []byte
57 Quorum int
58 Pubkeys []ed25519.PublicKey
59}
60
61// Issuance contains information parsed from issuance records in a
62// transaction log.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected