| 409 | } |
| 410 | |
| 411 | type Mux struct { |
| 412 | Sources []*ValueSource `protobuf:"bytes,1,rep,name=sources" json:"sources,omitempty"` |
| 413 | Program *Program `protobuf:"bytes,2,opt,name=program" json:"program,omitempty"` |
| 414 | ExtHash *Hash `protobuf:"bytes,3,opt,name=ext_hash,json=extHash" json:"ext_hash,omitempty"` |
| 415 | WitnessDestinations []*ValueDestination `protobuf:"bytes,4,rep,name=witness_destinations,json=witnessDestinations" json:"witness_destinations,omitempty"` |
| 416 | WitnessArguments [][]byte `protobuf:"bytes,5,rep,name=witness_arguments,json=witnessArguments,proto3" json:"witness_arguments,omitempty"` |
| 417 | } |
| 418 | |
| 419 | func (m *Mux) Reset() { *m = Mux{} } |
| 420 | func (m *Mux) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected