# Functions
MakeChannelCreationTransaction is a handy utility function for creating transactions for channel creation.
New creates a new Bootstrapper for generating genesis blocks.
NewApplicationGroup returns the application component of the channel configuration.
NewApplicationOrgGroup returns an application org component of the channel configuration.
NewChannelCreateConfigUpdate generates a ConfigUpdate which can be sent to the orderer to create a new channel.
NewChannelGroup defines the root of the channel configuration.
NewConsortiums returns a consortiums component of the channel configuration.
NewConsortiumsGroup returns the consortiums component of the channel configuration.
NewOrdererGroup returns the orderer component of the channel configuration.
NewOrdererOrgGroup returns an orderer org component of the channel configuration.
# Constants
BlockValidationPolicyKey TODO.
ConsensusTypeKafka identifies the Kafka-based consensus implementation.
ConsensusTypeSolo identifies the solo consensus implementation.
OrdererAdminsPolicy is the absolute path to the orderer admins policy.
# Structs
Bootstrapper is a wrapper around NewChannelConfigGroup which can produce genesis blocks.