Versions in this module Expand all Collapse all v1 v1.1.0 Jun 24, 2022 v1.0.0 Jun 19, 2022 Changes in this version + const CacheTimeout + const DefaultConsumeProcessWriteTimeout + const HTTPWriteTimeout + const MaxSizedList + const MaxTxPoolSize + const RequestGetMaxSize + const RequestTimeout + var ErrChainsConfigAliasNotString = errors.New("Chain config alias is not a string") + var ErrChainsConfigIDEmpty = errors.New("Chain config ID is empty") + var ErrChainsConfigIDNotString = errors.New("Chain config ID is not a string") + var ErrChainsConfigMustBeStringMap = errors.New("Chain config must a string map") + var ErrChainsConfigVMEmpty = errors.New("Chain config vm type is empty") + var ErrChainsConfigVMNotString = errors.New("Chain config vm type is not a string") + var PerformUpdates = false + type API struct + ListenAddr string + type Chain struct + ID string + VMType string + type Chains map[string]Chain + type Config struct + AP5Activation uint64 + AdminListenAddr string + AvalancheGO string + CchainID string + Features map[string]struct{} + MetricsListenAddr string + NetworkID uint32 + NodeInstance string + func NewFromFile(filePath string) (*Config, error) + type DB struct + DSN string + Driver string + RODSN string + type Filter struct + Max uint32 + Min uint32 + type Services struct + Logging logging.Config