MCPcopy Index your code
hub / github.com/chain/Core / Output

Struct Output

protocol/bc/bc.pb.go:507–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507type Output struct {
508 Source *ValueSource `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
509 ControlProgram *Program `protobuf:"bytes,2,opt,name=control_program,json=controlProgram" json:"control_program,omitempty"`
510 Data *Hash `protobuf:"bytes,3,opt,name=data" json:"data,omitempty"`
511 ExtHash *Hash `protobuf:"bytes,4,opt,name=ext_hash,json=extHash" json:"ext_hash,omitempty"`
512 Ordinal uint64 `protobuf:"varint,5,opt,name=ordinal" json:"ordinal,omitempty"`
513}
514
515func (m *Output) Reset() { *m = Output{} }
516func (m *Output) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected