package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev
# Functions
Load returns the orderer/application config combination that corresponds to a given profile.
LoadTopLevel simply loads the configtx.yaml file into the structs above and completes their initialization.
# Constants
AdminRoleAdminPrincipal is set as AdminRole to cause the MSP role of type Admin to be used as the admin principal default.
No description provided by the author
EtcdRaft The type key for etcd based RAFT consensus.
SampleAppChannelEtcdRaftProfile references the sample profile used for testing the etcd/raft-based ordering service using the channel participation API.
SampleAppChannelInsecureSoloProfile references the sample profile which does not include any MSPs and uses solo for ordering.
SampleAppChannelSmartBftProfile references the sample profile used for testing the smartbft-based ordering service using the channel participation API.
SampleConsortiumName is the sample consortium from the sample configtx.yaml.
SampleDevModeEtcdRaftProfile references the sample profile used for testing the etcd/raft-based ordering service.
SampleDevModeSoloProfile references the sample profile which requires only basic membership for admin privileges and uses solo for ordering.
SampleInsecureSoloProfile references the sample profile which does not include any MSPs and uses solo for ordering.
SampleOrgName is the name of the sample org in the sample profiles.
SampleSingleMSPChannelProfile references the sample profile which includes only the sample MSP and is used to create a channel.
SampleSingleMSPSoloProfile references the sample profile which includes only the sample MSP and uses solo for ordering.
# Structs
AnchorPeer encodes the necessary fields to identify an anchor peer.
Application encodes the application-level configuration needed in config transactions.
BatchSize contains configuration affecting the size of batches.
No description provided by the author
Consortium represents a group of organizations which may create channels with each other.
Orderer contains configuration associated to a channel.
Organization encodes the organization-level configuration needed in config transactions.
Policy encodes a channel config policy.
Profile encodes orderer/application configuration combinations for the configtxgen tool.
TopLevel consists of the structs used by the configtxgen tool.