Versions in this module Expand all Collapse all v1 v1.4.0 Jan 9, 2019 Changes in this version type Core + Operations *Operations type Metrics + Provider string + Statsd *Statsd + type Operations struct + ListenAddress string + TLS *TLS type Orderer + Operations *OrdererOperations + type OrdererMetrics struct + Provider string + Statsd *OrdererStatsd + type OrdererOperations struct + ListenAddress string + Metrics *OrdererMetrics + TLS *OrdererTLS + type OrdererStatsd struct + Address string + Network string + Prefix string + WriteInterval time.Duration + type Statsd struct + Address string + Network string + Prefix string + WriteInterval time.Duration v1.4.0-rc2 Dec 20, 2018 v1.4.0-rc1 Dec 10, 2018 v1.3.0 Oct 10, 2018 Changes in this version + type Discovery struct + AuthCacheEnabled bool + AuthCacheMaxSize int + AuthCachePurgeRetentionRatio float64 + Enabled bool + OrgMembersAllowedAccess bool type Kafka + SASLPlain *OrdererSASLPlain + Topic *OrdererTopic + type OrdererSASLPlain struct + Enabled bool + Password string + User string + type OrdererTopic struct + ReplicationFactor int16 type Peer + Discovery *Discovery v1.3.0-rc1 Sep 25, 2018 v1.2.1 Sep 27, 2018 v1.2.0 Jul 3, 2018 Changes in this version + type Authentication struct + Timewindow time.Duration + type BCCSP struct + Default string + SW *SoftwareProvider + type Backoff struct + RetryBackoff time.Duration + RetryMax int + type Car struct + ExtraProperties map[string]interface{} + type Chaincode struct + Builder string + Car *Car + ExecuteTimeout time.Duration + ExtraProperties map[string]interface{} + Golang *Golang + Java *Java + Keepalive int + Logging *Logging + Mode string + Node *Node + Pull bool + StartupTimeout time.Duration + System SystemFlags + type ClientKeepalive struct + Interval time.Duration + Timeout time.Duration + type Core struct + Chaincode *Chaincode + Ledger *Ledger + Logging *Logging + Metrics *Metrics + Peer *Peer + VM *VM + type CouchDBConfig struct + CouchDBAddress string + MaxBatchUpdateSize int + MaxRetries int + MaxRetriesOnStartup int + Password string + QueryLimit int + RequestTimeout time.Duration + Username string + WarmIndexesAfterNBlocks int + type DeliveryClient struct + ReconnectTotalTimeThreshold time.Duration + type Docker struct + AttachStdout bool + HostConfig *docker.HostConfig + TLS *TLS + type Events struct + Address string + Buffersize int + Keepalive *Keepalive + Timeout time.Duration + Timewindow time.Duration + type FileLedger struct + Location string + Prefix string + type FileRef struct + File string + type FilesRef struct + Files []string + type General struct + Authentication *OrdererAuthentication + BCCSP *BCCSP + ExtraProperties map[string]interface{} + GenesisFile string + GenesisMethod string + GenesisProfile string + Keepalive *OrdererKeepalive + LedgerType string + ListenAddress string + ListenPort int + LocalMSPDir string + LocalMSPID string + LogFormat string + LogLevel string + Profile *OrdererProfile + TLS *OrdererTLS + type Golang struct + DynamicLink bool + ExtraProperties map[string]interface{} + Runtime string + type Gossip struct + AliveExpirationTimeout time.Duration + AliveTimeInterval time.Duration + Bootstrap string + ConnTimeout time.Duration + DialTimeout time.Duration + DigestWaitTime time.Duration + Election *GossipElection + Endpoint string + ExternalEndpoint string + MaxBlockCountToStore int + MaxPropagationBurstLatency time.Duration + MaxPropagationBurstSize int + OrgLeader bool + PropagateIterations int + PropagatePeerNum int + PublishCertPeriod time.Duration + PublishStateInfoInterval time.Duration + PullInterval time.Duration + PullPeerNum int + PvtData *GossipPvtData + ReconnectInterval time.Duration + RecvBuffSize int + RequestStateInfoInterval time.Duration + RequestWaitTime time.Duration + ResponseWaitTime time.Duration + SendBuffSize int + StateInfoRetentionInterval time.Duration + UseLeaderElection bool + type GossipElection struct + LeaderAliveThreshold time.Duration + LeaderElectionDuration time.Duration + MembershipSampleInterval time.Duration + StartupGracePeriod time.Duration + type GossipPvtData struct + PullRetryThreshold time.Duration + PushAckTimeout time.Duration + TransientstoreMaxBlockRetention int + type Handler struct + Library string + Name string + type HandlerMap map[string]Handler + type Handlers struct + AuthFilters []Handler + Decorators []Handler + Endorsers HandlerMap + Validators HandlerMap + type HistoryConfig struct + EnableHistoryDatabase bool + type Java struct + ExtraProperties map[string]interface{} + type Kafka struct + Retry *Retry + TLS *OrdererTLS + Verbose bool + type Keepalive struct + Client *ClientKeepalive + DeliveryClient *ClientKeepalive + MinInterval time.Duration + type Ledger struct + History *HistoryConfig + State *StateConfig + type Logging struct + ExtraProperties map[string]interface{} + Format string + Level string + type Metrics struct + Enabled bool + Interval time.Duration + PromReporter *Service + Reporter string + StatsdReporter *StatsdReporter + type NetworkTimeouts struct + DialTimeout time.Duration + ReadTimeout time.Duration + WriteTimeout time.Duration + type Node struct + ExtraProperties map[string]interface{} + type Orderer struct + ExtraProperties map[string]interface{} + FileLedger *FileLedger + General *General + Kafka *Kafka + RAMLedger *RAMLedger + type OrdererAuthentication struct + TimeWindow time.Duration + type OrdererKeepalive struct + ServerInterval time.Duration + ServerMinInterval time.Duration + ServerTimeout time.Duration + type OrdererProfile struct + Address string + Enabled bool + type OrdererTLS struct + Certificate string + ClientAuthRequired bool + ClientRootCAs []string + Enabled bool + PrivateKey string + RootCAs []string + type Peer struct + Address string + AddressAutoDetect bool + AdminService *Service + Authentication *Authentication + BCCSP *BCCSP + ChaincodeAddress string + ChaincodeListenAddress string + Deliveryclient *DeliveryClient + Events *Events + ExtraProperties map[string]interface{} + FileSystemPath string + Gossip *Gossip + Handlers *Handlers + ID string + Keepalive *Keepalive + ListenAddress string + LocalMSPID string + LocalMspType string + MSPConfigPath string + NetworkID string + TLS *TLS + ValidatorPoolSize int + type RAMLedger struct + HistorySize int + type Retry struct + Consumer *Backoff + LongInterval time.Duration + LongTotal time.Duration + Metadata *Backoff + NetworkTimeouts *NetworkTimeouts + Producer *Backoff + ShortInterval time.Duration + ShortTotal time.Duration + type Service struct + Enabled bool + ListenAddress string + type SoftwareProvider struct + Hash string + Security int + type StateConfig struct + CouchDBConfig *CouchDBConfig + StateDatabase string + type StatsdReporter struct + Address string + FlushBytes int + FlushInterval time.Duration + type SystemFlags struct + CSCC string + ESCC string + LSCC string + QSCC string + VSCC string + type TLS struct + CA *FileRef + Cert *FileRef + ClientAuthRequired bool + ClientCert *FileRef + ClientKey *FileRef + ClientRootCAs *FilesRef + Enabled bool + Key *FileRef + RootCert *FileRef + type VM struct + Docker *Docker + Endpoint string v1.2.0-rc1 Jun 22, 2018