Factory facilitates the creation of genesis blocks.
type Factory interface { // Block returns a genesis block for a given channel ID. Block(channelID string) *cb.Block }
func NewFactoryImpl(channelGroup *cb.ConfigGroup) Factory
NewFactoryImpl creates a new Factory.