package
0.0.0-20221218062954-77808885f5db
Repository: https://github.com/osdi23p228/fabric.git
Documentation: pkg.go.dev
# Constants
The orderer is NOT in the consenters set of the channel, and is just tracking (polling) the last config block of the channel in order to detect when it is added to the channel.
The orderer is following a cluster consensus protocol by pulling blocks from other orderers.
The orderer is a cluster member of a cluster consensus protocol (e.g.
The orderer runs a non-cluster consensus type, solo or kafka.
The orderer is active in the channel's consensus protocol, or following the cluster, with block height > the join-block number.
The orderer is not storing any blocks for this channel.
The orderer is catching up with the cluster by pulling blocks from other orderers, with block height <= the join-block number.
# Variables
This error is returned when trying to join a system channel (that does not exist) when application channels already exist.
This error is returned when trying to join a app channel that already exists (when the system channel does not exist), or when trying to join the system channel when it already exists.
This error is returned when trying to remove or list a channel that does not exist.
This error is returned when trying to join or remove an application channel when the system channel exists.
# Structs
ChannelInfo carries the response to an HTTP request to List a single channel.
ChannelInfoShort carries a short info of a single channel.
ChannelList carries the response to an HTTP request to List all the channels.
ErrorResponse carries the error response an HTTP request.
# Type aliases
ClusterRelation represents the relationship between the orderer and the channel's consensus cluster.
Status represents the degree by which the orderer had caught up with the rest of the cluster after joining the channel (either as a member or a follower).