Documentation ¶
Index ¶
- Variables
- func CreateCompositeKey(objectType string, attributes []string) (string, error)
- func GetOrdererHostFromChannelConfig(conf *common.Config) (string, error)
- func ProceedChannelUpdate(ctx context.Context, channelName string, update *common.ConfigUpdate, ...) error
- func SplitCompositeKey(compositeKey string) (string, []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrOrdererGroupNotFound = errors.New(`orderer addresses not found`)
)
Functions ¶
func CreateCompositeKey ¶ added in v0.1.4
func GetOrdererHostFromChannelConfig ¶ added in v0.4.0
func ProceedChannelUpdate ¶ added in v0.4.0
func ProceedChannelUpdate( ctx context.Context, channelName string, update *common.ConfigUpdate, orderer api.Orderer, ids []msp.SigningIdentity, ) error
ProceedChannelUpdate - sends channel update config with signatures of all provided identities
func SplitCompositeKey ¶ added in v0.1.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.