Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 300 Bytes

chainsupport_go.md

File metadata and controls

18 lines (13 loc) · 300 Bytes

chainsupport.go

ChainSupport 结构是单个通道的管理句柄。

// ChainSupport holds the resources for a particular channel.
type ChainSupport struct {
	*ledgerResources
	msgprocessor.Processor
	*BlockWriter
	consensus.Chain
	cutter blockcutter.Receiver
	crypto.LocalSigner
}