Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsensusConfig ¶
type DatabaseConfig ¶ added in v1.0.2
type GRPCConfig ¶
type GenesisConfig ¶ added in v1.0.2
type GenesisConfig struct {
SeedList []string
}
type P2PConfig ¶ added in v1.0.2
type P2PConfig struct { Genesis *GenesisConfig EnableConsensus bool ReservedPeersOnly bool ReservedCfg *P2PRsvConfig RunningCodeVersion string NodePort uint NodeConsensusPort uint DualPortSupport bool IsTLS bool CertPath string KeyPath string CAPath string MaxConnInBound uint MaxConnOutBound uint MaxConnInBoundForSingleIP uint }
type P2PRsvConfig ¶ added in v1.0.2
Click to show internal directories.
Click to hide internal directories.