Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + const BlockTimeMultiplierForTimeout + const DefaultConcurrentRequestsDebug + const DefaultJSONRPCBatchRequestLimit + const DefaultJSONRPCBlockRangeLimit + const DefaultMetricsInterval + const DefaultNumBlockConfirmations + const DefaultWebSocketReadLimit + type Config struct + BlockGasTarget string + ConcurrentRequestsDebug uint64 + CorsAllowedOrigins []string + DataDir string + GRPCAddr string + GenesisPath string + Headers *Headers + JSONLogFormat bool + JSONRPCAddr string + JSONRPCBatchRequestLimit uint64 + JSONRPCBlockRangeLimit uint64 + LogFilePath string + LogLevel string + MetricsInterval time.Duration + Network *Network + NumBlockConfirmations uint64 + Relayer bool + RestoreFile string + SecretsConfigPath string + ShouldSeal bool + Telemetry *Telemetry + TxPool *TxPool + WebSocketReadLimit uint64 + func DefaultConfig() *Config + func ReadConfigFile(path string) (*Config, error) + type Headers struct + AccessControlAllowOrigins []string + type Network struct + DNSAddr string + Libp2pAddr string + MaxInboundPeers int64 + MaxOutboundPeers int64 + MaxPeers int64 + NatAddr string + NoDiscover bool + type Telemetry struct + PrometheusAddr string + type TxPool struct + MaxAccountEnqueued uint64 + MaxSlots uint64 + PriceLimit uint64