| 505 | } |
| 506 | |
| 507 | type 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 | |
| 515 | func (m *Output) Reset() { *m = Output{} } |
| 516 | func (m *Output) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected