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

Struct Mux

protocol/bc/bc.pb.go:411–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411type 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
419func (m *Mux) Reset() { *m = Mux{} }
420func (m *Mux) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected