Versions in this module Expand all Collapse all v1 v1.0.0 Mar 3, 2023 Changes in this version + type Option func(*Orderer) error + func FromOrdererConfig(ordererCfg *fab.OrdererConfig) Option + func FromOrdererName(name string) Option + func WithInsecure() Option + func WithServerName(serverName string) Option + func WithTLSCert(tlsCACert *x509.Certificate) Option + func WithURL(url string) Option + type Orderer struct + func New(config fab.EndpointConfig, opts ...Option) (*Orderer, error) + func (o *Orderer) SendBroadcast(ctx reqContext.Context, envelope *fab.SignedEnvelope) (*common.Status, error) + func (o *Orderer) SendDeliver(ctx reqContext.Context, envelope *fab.SignedEnvelope) (chan *common.Block, chan error) + func (o *Orderer) URL() string