Versions in this module Expand all Collapse all v0 v0.0.6 Sep 27, 2022 v0.0.5 May 18, 2022 v0.0.4 Apr 21, 2022 v0.0.3 Mar 3, 2022 v0.0.2 Mar 2, 2022 v0.0.1 Feb 22, 2022 Changes in this version + type AddressOverride struct + CACertsFile string + From string + To string + type AnchorPeer struct + ExtraProperties map[string]interface{} + Host string + Port int + type Application struct + ACLs map[string]string + Capabilities map[string]bool + ExtraProperties map[string]interface{} + Organizations []*Organization + Policies map[string]*Policy + type Authentication struct + Timewindow time.Duration + type BCCSP struct + Default string + PKCS11 *PKCS11 + SW *SoftwareProvider + type Backoff struct + RetryBackoff time.Duration + RetryMax int + type BatchSize struct + AbsoluteMaxBytes string + ExtraProperties map[string]interface{} + MaxMessageCount string + PreferredMaxBytes string + type Capabilities struct + Application map[string]bool + Channel map[string]bool + ExtraProperties map[string]interface{} + Orderer map[string]bool + type Chaincode struct + Builder string + ExecuteTimeout time.Duration + ExternalBuilders []ExternalBuilder + ExtraProperties map[string]interface{} + Golang *Golang + InstallTimeout time.Duration + Java *Java + Keepalive int + Logging *Logging + Mode string + Node *Node + Pull bool + StartupTimeout time.Duration + System SystemFlags + type Channel struct + Application *Application + Capabilities map[string]bool + Consortiums map[string]*Consortium + ExtraProperties map[string]interface{} + Orderer *ConfigTxOrderer + Policies map[string]*Policy + type ChannelParticipation struct + Enabled bool + type ClientKeepalive struct + Interval time.Duration + Timeout time.Duration + type Cluster struct + CertExpirationWarningThreshold time.Duration + ClientCertificate string + ClientPrivateKey string + DialTimeout time.Duration + ListenAddress string + ListenPort uint16 + RPCTimeout time.Duration + ReplicationBackgroundRefreshInterval time.Duration + ReplicationBufferSize int + ReplicationMaxRetries int + ReplicationPullTimeout time.Duration + ReplicationRetryTimeout time.Duration + RootCAs []string + SendBufferSize int + ServerCertificate string + ServerPrivateKey string + TLSHandshakeTimeShift time.Duration + type Concurrency struct + DeliverService int + EndorserService int + type ConfigTx struct + Application *Application + Capabilities *Capabilities + Channel *Channel + ExtraProperties map[string]interface{} + Orderer *ConfigTxOrderer + Organizations []*Organization + Profiles map[string]*Channel + type ConfigTxEtcdRaft struct + Consenters []*Consenter + ExtraProperties map[string]interface{} + Options *EtcdRaftOptions + type ConfigTxKafka struct + Brokers []string + ExtraProperties map[string]interface{} + type ConfigTxOrderer struct + BatchSize *BatchSize + BatchTimeout time.Duration + Capabilities map[string]bool + EtcdRaft *ConfigTxEtcdRaft + ExtraProperties map[string]interface{} + Kafka *ConfigTxKafka + OrdererType string + Organizations []*Organization + Policies map[string]*Policy + type Consenter struct + ClientTLSCert string + ExtraProperties map[string]interface{} + Host string + Port int + ServerTLSCert string + type Consortium struct + ExtraProperties map[string]interface{} + Organizations []*Organization + type Core struct + Chaincode *Chaincode + Ledger *Ledger + Logging *Logging + Metrics *Metrics + Operations *Operations + 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 + AddressOverrides []*AddressOverride + ReconnectTotalTimeThreshold time.Duration + type Discovery struct + AuthCacheEnabled bool + AuthCacheMaxSize int + AuthCachePurgeRetentionRatio float64 + Enabled bool + OrgMembersAllowedAccess bool + type Docker struct + AttachStdout bool + HostConfig *docker.HostConfig + TLS *TLS + type EtcdRaftOptions struct + ElectionTick string + ExtraProperties map[string]interface{} + HeartbeatTick string + MaxInflightBlocks string + SnapshotIntervalSize string + TickInterval string + type Events struct + Address string + Buffersize int + Keepalive *Keepalive + Timeout time.Duration + Timewindow time.Duration + type ExternalBuilder struct + Name string + Path string + PropagateEnvironment []string + type FileLedger struct + Location string + Prefix string + type FileRef struct + File string + type FilesRef struct + Files []string + type General struct + Authentication *OrdererAuthentication + BCCSP *BCCSP + BootstrapFile string + BootstrapMethod string + Cluster *Cluster + ExtraProperties map[string]interface{} + GenesisFile string + GenesisProfile string + Keepalive *OrdererKeepalive + ListenAddress string + ListenPort uint16 + LocalMSPDir string + LocalMSPID 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 + MaxConnectionAttempts int + MaxPropagationBurstLatency time.Duration + MaxPropagationBurstSize int + MembershipTrackerInterval time.Duration + MsgExpirationFactor 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 + State *GossipState + StateInfoRetentionInterval time.Duration + UseLeaderElection bool + type GossipElection struct + LeaderAliveThreshold time.Duration + LeaderElectionDuration time.Duration + MembershipSampleInterval time.Duration + StartupGracePeriod time.Duration + type GossipPvtData struct + BtlPullMargin int + ImplicitCollDisseminationPolicy ImplicitCollDisseminationPolicy + PullRetryThreshold time.Duration + PushAckTimeout time.Duration + ReconcileBatchSize int + ReconcileSleepInterval time.Duration + ReconciliationEnabled bool + SkipPullingInvalidTransactionsDuringCommit bool + TransientstoreMaxBlockRetention int + type GossipState struct + BatchSize int + BlockBufferSize int + CheckInterval time.Duration + Enabled bool + MaxRetries int + ResponseTimeout time.Duration + 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 ImplicitCollDisseminationPolicy struct + MaxPeerCount int + RequiredPeerCount int + type Java struct + ExtraProperties map[string]interface{} + type Kafka struct + Retry *Retry + SASLPlain *OrdererSASLPlain + TLS *OrdererTLS + Topic *OrdererTopic + Verbose bool + type Keepalive struct + Client *ClientKeepalive + DeliveryClient *ClientKeepalive + MinInterval time.Duration + type KeyIDMapping struct + ID string + SKI string + type Ledger struct + History *HistoryConfig + State *StateConfig + type Limits struct + Concurrency *Concurrency + type Logging struct + ExtraProperties map[string]interface{} + Format string + type Metrics struct + Provider string + Statsd *Statsd + type NetworkTimeouts struct + DialTimeout time.Duration + ReadTimeout time.Duration + WriteTimeout time.Duration + type Node struct + ExtraProperties map[string]interface{} + type Operations struct + ListenAddress string + TLS *TLS + type Orderer struct + ChannelParticipation *ChannelParticipation + Consensus map[string]string + ExtraProperties map[string]interface{} + FileLedger *FileLedger + General *General + Kafka *Kafka + Operations *OrdererOperations + type OrdererAuthentication struct + TimeWindow time.Duration + type OrdererKeepalive struct + ServerInterval time.Duration + ServerMinInterval time.Duration + ServerTimeout time.Duration + type OrdererMetrics struct + Provider string + Statsd *OrdererStatsd + type OrdererOperations struct + ListenAddress string + Metrics *OrdererMetrics + TLS *OrdererTLS + type OrdererProfile struct + Address string + Enabled bool + type OrdererSASLPlain struct + Enabled bool + Password string + User string + type OrdererStatsd struct + Address string + Network string + Prefix string + WriteInterval time.Duration + type OrdererTLS struct + Certificate string + ClientAuthRequired bool + ClientRootCAs []string + Enabled bool + PrivateKey string + RootCAs []string + TLSHandshakeTimeShift time.Duration + type OrdererTopic struct + ReplicationFactor int16 + type Organization struct + AnchorPeers []*AnchorPeer + ExtraProperties map[string]interface{} + ID string + MSPDir string + Name string + OrdererEndpoints []string + Policies map[string]*Policy + SkipAsForeign bool + type PKCS11 struct + AltID string + Hash string + KeyIDs []KeyIDMapping + Label string + Library string + Pin string + Security int + type Peer struct + Address string + AddressAutoDetect bool + Authentication *Authentication + BCCSP *BCCSP + ChaincodeAddress string + ChaincodeListenAddress string + Deliveryclient *DeliveryClient + Discovery *Discovery + Events *Events + ExtraProperties map[string]interface{} + FileSystemPath string + Gossip *Gossip + Handlers *Handlers + ID string + Keepalive *Keepalive + Limits *Limits + ListenAddress string + LocalMSPID string + LocalMspType string + MSPConfigPath string + NetworkID string + TLS *TLS + ValidatorPoolSize int + type Policy struct + ExtraProperties map[string]interface{} + Rule string + Type string + 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 Statsd struct + Address string + Network string + Prefix string + WriteInterval time.Duration + type SystemFlags struct + CSCC string + ESCC string + LSCC string + NEWLIFECYCLE 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