Versions in this module Expand all Collapse all v0 v0.2.0 Apr 7, 2026 v0.1.0 Feb 4, 2026 Changes in this version + const Broadcast + const Deliver + const NoID + var ErrInvalidEndpoint = errors.New("invalid endpoint") + type OrdererEndpoint struct + API []string + Host string + ID uint32 + MspID string + Port int + func ParseOrdererEndpoint(valueRaw string) (*OrdererEndpoint, error) + func (e *OrdererEndpoint) Address() string + func (e *OrdererEndpoint) String() string + func (e *OrdererEndpoint) SupportsAPI(api string) bool