mocks

package
v1.13.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainScopedConfig

type ChainScopedConfig struct {
	mock.Mock
}

ChainScopedConfig is an autogenerated mock type for the ChainScopedConfig type

func NewChainScopedConfig added in v1.6.0

func NewChainScopedConfig(t mockConstructorTestingTNewChainScopedConfig) *ChainScopedConfig

NewChainScopedConfig creates a new instance of ChainScopedConfig. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ChainScopedConfig) AdvisoryLockCheckInterval added in v1.2.0

func (_m *ChainScopedConfig) AdvisoryLockCheckInterval() time.Duration

AdvisoryLockCheckInterval provides a mock function with given fields:

func (*ChainScopedConfig) AdvisoryLockID added in v1.2.0

func (_m *ChainScopedConfig) AdvisoryLockID() int64

AdvisoryLockID provides a mock function with given fields:

func (*ChainScopedConfig) AllowOrigins

func (_m *ChainScopedConfig) AllowOrigins() string

AllowOrigins provides a mock function with given fields:

func (*ChainScopedConfig) AppID

func (_m *ChainScopedConfig) AppID() uuid.UUID

AppID provides a mock function with given fields:

func (*ChainScopedConfig) AuditLoggerEnabled added in v1.10.0

func (_m *ChainScopedConfig) AuditLoggerEnabled() bool

AuditLoggerEnabled provides a mock function with given fields:

func (*ChainScopedConfig) AuditLoggerEnvironment added in v1.10.0

func (_m *ChainScopedConfig) AuditLoggerEnvironment() string

AuditLoggerEnvironment provides a mock function with given fields:

func (*ChainScopedConfig) AuditLoggerForwardToUrl added in v1.10.0

func (_m *ChainScopedConfig) AuditLoggerForwardToUrl() (models.URL, error)

AuditLoggerForwardToUrl provides a mock function with given fields:

func (*ChainScopedConfig) AuditLoggerHeaders added in v1.10.0

func (_m *ChainScopedConfig) AuditLoggerHeaders() (audit.ServiceHeaders, error)

AuditLoggerHeaders provides a mock function with given fields:

func (*ChainScopedConfig) AuditLoggerJsonWrapperKey added in v1.10.0

func (_m *ChainScopedConfig) AuditLoggerJsonWrapperKey() string

AuditLoggerJsonWrapperKey provides a mock function with given fields:

func (*ChainScopedConfig) AuthenticatedRateLimit

func (_m *ChainScopedConfig) AuthenticatedRateLimit() int64

AuthenticatedRateLimit provides a mock function with given fields:

func (*ChainScopedConfig) AuthenticatedRateLimitPeriod

func (_m *ChainScopedConfig) AuthenticatedRateLimitPeriod() models.Duration

AuthenticatedRateLimitPeriod provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofBlockProfileRate

func (_m *ChainScopedConfig) AutoPprofBlockProfileRate() int

AutoPprofBlockProfileRate provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofCPUProfileRate

func (_m *ChainScopedConfig) AutoPprofCPUProfileRate() int

AutoPprofCPUProfileRate provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofEnabled

func (_m *ChainScopedConfig) AutoPprofEnabled() bool

AutoPprofEnabled provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofGatherDuration

func (_m *ChainScopedConfig) AutoPprofGatherDuration() models.Duration

AutoPprofGatherDuration provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofGatherTraceDuration

func (_m *ChainScopedConfig) AutoPprofGatherTraceDuration() models.Duration

AutoPprofGatherTraceDuration provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofGoroutineThreshold

func (_m *ChainScopedConfig) AutoPprofGoroutineThreshold() int

AutoPprofGoroutineThreshold provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofMaxProfileSize

func (_m *ChainScopedConfig) AutoPprofMaxProfileSize() utils.FileSize

AutoPprofMaxProfileSize provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofMemProfileRate

func (_m *ChainScopedConfig) AutoPprofMemProfileRate() int

AutoPprofMemProfileRate provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofMemThreshold

func (_m *ChainScopedConfig) AutoPprofMemThreshold() utils.FileSize

AutoPprofMemThreshold provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofMutexProfileFraction

func (_m *ChainScopedConfig) AutoPprofMutexProfileFraction() int

AutoPprofMutexProfileFraction provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofPollInterval

func (_m *ChainScopedConfig) AutoPprofPollInterval() models.Duration

AutoPprofPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofProfileRoot

func (_m *ChainScopedConfig) AutoPprofProfileRoot() string

AutoPprofProfileRoot provides a mock function with given fields:

func (*ChainScopedConfig) BalanceMonitorEnabled

func (_m *ChainScopedConfig) BalanceMonitorEnabled() bool

BalanceMonitorEnabled provides a mock function with given fields:

func (*ChainScopedConfig) BlockBackfillDepth

func (_m *ChainScopedConfig) BlockBackfillDepth() uint64

BlockBackfillDepth provides a mock function with given fields:

func (*ChainScopedConfig) BlockBackfillSkip

func (_m *ChainScopedConfig) BlockBackfillSkip() bool

BlockBackfillSkip provides a mock function with given fields:

func (*ChainScopedConfig) BlockEmissionIdleWarningThreshold

func (_m *ChainScopedConfig) BlockEmissionIdleWarningThreshold() time.Duration

BlockEmissionIdleWarningThreshold provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorBatchSize

func (_m *ChainScopedConfig) BlockHistoryEstimatorBatchSize() uint32

BlockHistoryEstimatorBatchSize provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorBlockDelay

func (_m *ChainScopedConfig) BlockHistoryEstimatorBlockDelay() uint16

BlockHistoryEstimatorBlockDelay provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorBlockHistorySize

func (_m *ChainScopedConfig) BlockHistoryEstimatorBlockHistorySize() uint16

BlockHistoryEstimatorBlockHistorySize provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorCheckInclusionBlocks added in v1.10.0

func (_m *ChainScopedConfig) BlockHistoryEstimatorCheckInclusionBlocks() uint16

BlockHistoryEstimatorCheckInclusionBlocks provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorCheckInclusionPercentile added in v1.10.0

func (_m *ChainScopedConfig) BlockHistoryEstimatorCheckInclusionPercentile() uint16

BlockHistoryEstimatorCheckInclusionPercentile provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorEIP1559FeeCapBufferBlocks added in v1.1.1

func (_m *ChainScopedConfig) BlockHistoryEstimatorEIP1559FeeCapBufferBlocks() uint16

BlockHistoryEstimatorEIP1559FeeCapBufferBlocks provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorTransactionPercentile

func (_m *ChainScopedConfig) BlockHistoryEstimatorTransactionPercentile() uint16

BlockHistoryEstimatorTransactionPercentile provides a mock function with given fields:

func (*ChainScopedConfig) BridgeCacheTTL added in v1.11.0

func (_m *ChainScopedConfig) BridgeCacheTTL() time.Duration

BridgeCacheTTL provides a mock function with given fields:

func (*ChainScopedConfig) BridgeResponseURL

func (_m *ChainScopedConfig) BridgeResponseURL() *url.URL

BridgeResponseURL provides a mock function with given fields:

func (*ChainScopedConfig) CertFile

func (_m *ChainScopedConfig) CertFile() string

CertFile provides a mock function with given fields:

func (*ChainScopedConfig) ChainID

func (_m *ChainScopedConfig) ChainID() *big.Int

ChainID provides a mock function with given fields:

func (*ChainScopedConfig) ChainType

func (_m *ChainScopedConfig) ChainType() coreconfig.ChainType

ChainType provides a mock function with given fields:

func (*ChainScopedConfig) Configure

func (_m *ChainScopedConfig) Configure(_a0 types.ChainCfg)

Configure provides a mock function with given fields: _a0

func (*ChainScopedConfig) DatabaseBackupDir

func (_m *ChainScopedConfig) DatabaseBackupDir() string

DatabaseBackupDir provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseBackupFrequency

func (_m *ChainScopedConfig) DatabaseBackupFrequency() time.Duration

DatabaseBackupFrequency provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseBackupMode

func (_m *ChainScopedConfig) DatabaseBackupMode() coreconfig.DatabaseBackupMode

DatabaseBackupMode provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseBackupOnVersionUpgrade

func (_m *ChainScopedConfig) DatabaseBackupOnVersionUpgrade() bool

DatabaseBackupOnVersionUpgrade provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseBackupURL

func (_m *ChainScopedConfig) DatabaseBackupURL() *url.URL

DatabaseBackupURL provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseDefaultIdleInTxSessionTimeout added in v1.10.0

func (_m *ChainScopedConfig) DatabaseDefaultIdleInTxSessionTimeout() time.Duration

DatabaseDefaultIdleInTxSessionTimeout provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseDefaultLockTimeout added in v1.10.0

func (_m *ChainScopedConfig) DatabaseDefaultLockTimeout() time.Duration

DatabaseDefaultLockTimeout provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseDefaultQueryTimeout added in v1.10.0

func (_m *ChainScopedConfig) DatabaseDefaultQueryTimeout() time.Duration

DatabaseDefaultQueryTimeout provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseListenerMaxReconnectDuration

func (_m *ChainScopedConfig) DatabaseListenerMaxReconnectDuration() time.Duration

DatabaseListenerMaxReconnectDuration provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseListenerMinReconnectInterval

func (_m *ChainScopedConfig) DatabaseListenerMinReconnectInterval() time.Duration

DatabaseListenerMinReconnectInterval provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseLockingMode

func (_m *ChainScopedConfig) DatabaseLockingMode() string

DatabaseLockingMode provides a mock function with given fields:

func (*ChainScopedConfig) DatabaseURL

func (_m *ChainScopedConfig) DatabaseURL() url.URL

DatabaseURL provides a mock function with given fields:

func (*ChainScopedConfig) DefaultChainID

func (_m *ChainScopedConfig) DefaultChainID() *big.Int

DefaultChainID provides a mock function with given fields:

func (*ChainScopedConfig) DefaultHTTPLimit

func (_m *ChainScopedConfig) DefaultHTTPLimit() int64

DefaultHTTPLimit provides a mock function with given fields:

func (*ChainScopedConfig) DefaultHTTPTimeout

func (_m *ChainScopedConfig) DefaultHTTPTimeout() models.Duration

DefaultHTTPTimeout provides a mock function with given fields:

func (*ChainScopedConfig) DefaultLogLevel

func (_m *ChainScopedConfig) DefaultLogLevel() zapcore.Level

DefaultLogLevel provides a mock function with given fields:

func (*ChainScopedConfig) Dev

func (_m *ChainScopedConfig) Dev() bool

Dev provides a mock function with given fields:

func (*ChainScopedConfig) EVMEnabled added in v1.2.0

func (_m *ChainScopedConfig) EVMEnabled() bool

EVMEnabled provides a mock function with given fields:

func (*ChainScopedConfig) EVMRPCEnabled added in v1.2.0

func (_m *ChainScopedConfig) EVMRPCEnabled() bool

EVMRPCEnabled provides a mock function with given fields:

func (*ChainScopedConfig) EthTxReaperInterval

func (_m *ChainScopedConfig) EthTxReaperInterval() time.Duration

EthTxReaperInterval provides a mock function with given fields:

func (*ChainScopedConfig) EthTxReaperThreshold

func (_m *ChainScopedConfig) EthTxReaperThreshold() time.Duration

EthTxReaperThreshold provides a mock function with given fields:

func (*ChainScopedConfig) EthTxResendAfterThreshold

func (_m *ChainScopedConfig) EthTxResendAfterThreshold() time.Duration

EthTxResendAfterThreshold provides a mock function with given fields:

func (*ChainScopedConfig) EthereumHTTPURL

func (_m *ChainScopedConfig) EthereumHTTPURL() *url.URL

EthereumHTTPURL provides a mock function with given fields:

func (*ChainScopedConfig) EthereumNodes added in v1.3.0

func (_m *ChainScopedConfig) EthereumNodes() string

EthereumNodes provides a mock function with given fields:

func (*ChainScopedConfig) EthereumSecondaryURLs

func (_m *ChainScopedConfig) EthereumSecondaryURLs() []url.URL

EthereumSecondaryURLs provides a mock function with given fields:

func (*ChainScopedConfig) EthereumURL

func (_m *ChainScopedConfig) EthereumURL() string

EthereumURL provides a mock function with given fields:

func (*ChainScopedConfig) EvmEIP1559DynamicFees

func (_m *ChainScopedConfig) EvmEIP1559DynamicFees() bool

EvmEIP1559DynamicFees provides a mock function with given fields:

func (*ChainScopedConfig) EvmFinalityDepth

func (_m *ChainScopedConfig) EvmFinalityDepth() uint32

EvmFinalityDepth provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasBumpPercent

func (_m *ChainScopedConfig) EvmGasBumpPercent() uint16

EvmGasBumpPercent provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasBumpThreshold

func (_m *ChainScopedConfig) EvmGasBumpThreshold() uint64

EvmGasBumpThreshold provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasBumpTxDepth

func (_m *ChainScopedConfig) EvmGasBumpTxDepth() uint16

EvmGasBumpTxDepth provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasBumpWei

func (_m *ChainScopedConfig) EvmGasBumpWei() *assets.Wei

EvmGasBumpWei provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasFeeCapDefault added in v1.1.1

func (_m *ChainScopedConfig) EvmGasFeeCapDefault() *assets.Wei

EvmGasFeeCapDefault provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitDRJobType added in v1.7.0

func (_m *ChainScopedConfig) EvmGasLimitDRJobType() *uint32

EvmGasLimitDRJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitDefault

func (_m *ChainScopedConfig) EvmGasLimitDefault() uint32

EvmGasLimitDefault provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitFMJobType added in v1.7.0

func (_m *ChainScopedConfig) EvmGasLimitFMJobType() *uint32

EvmGasLimitFMJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitKeeperJobType added in v1.7.0

func (_m *ChainScopedConfig) EvmGasLimitKeeperJobType() *uint32

EvmGasLimitKeeperJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitMax added in v1.8.1

func (_m *ChainScopedConfig) EvmGasLimitMax() uint32

EvmGasLimitMax provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitMultiplier

func (_m *ChainScopedConfig) EvmGasLimitMultiplier() float32

EvmGasLimitMultiplier provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitOCRJobType added in v1.7.0

func (_m *ChainScopedConfig) EvmGasLimitOCRJobType() *uint32

EvmGasLimitOCRJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitTransfer

func (_m *ChainScopedConfig) EvmGasLimitTransfer() uint32

EvmGasLimitTransfer provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitVRFJobType added in v1.7.0

func (_m *ChainScopedConfig) EvmGasLimitVRFJobType() *uint32

EvmGasLimitVRFJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasPriceDefault

func (_m *ChainScopedConfig) EvmGasPriceDefault() *assets.Wei

EvmGasPriceDefault provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasTipCapDefault

func (_m *ChainScopedConfig) EvmGasTipCapDefault() *assets.Wei

EvmGasTipCapDefault provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasTipCapMinimum

func (_m *ChainScopedConfig) EvmGasTipCapMinimum() *assets.Wei

EvmGasTipCapMinimum provides a mock function with given fields:

func (*ChainScopedConfig) EvmHeadTrackerHistoryDepth

func (_m *ChainScopedConfig) EvmHeadTrackerHistoryDepth() uint32

EvmHeadTrackerHistoryDepth provides a mock function with given fields:

func (*ChainScopedConfig) EvmHeadTrackerMaxBufferSize

func (_m *ChainScopedConfig) EvmHeadTrackerMaxBufferSize() uint32

EvmHeadTrackerMaxBufferSize provides a mock function with given fields:

func (*ChainScopedConfig) EvmHeadTrackerSamplingInterval

func (_m *ChainScopedConfig) EvmHeadTrackerSamplingInterval() time.Duration

EvmHeadTrackerSamplingInterval provides a mock function with given fields:

func (*ChainScopedConfig) EvmLogBackfillBatchSize

func (_m *ChainScopedConfig) EvmLogBackfillBatchSize() uint32

EvmLogBackfillBatchSize provides a mock function with given fields:

func (*ChainScopedConfig) EvmLogKeepBlocksDepth added in v1.10.0

func (_m *ChainScopedConfig) EvmLogKeepBlocksDepth() uint32

EvmLogKeepBlocksDepth provides a mock function with given fields:

func (*ChainScopedConfig) EvmLogPollInterval added in v1.4.0

func (_m *ChainScopedConfig) EvmLogPollInterval() time.Duration

EvmLogPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) EvmMaxGasPriceWei

func (_m *ChainScopedConfig) EvmMaxGasPriceWei() *assets.Wei

EvmMaxGasPriceWei provides a mock function with given fields:

func (*ChainScopedConfig) EvmMaxInFlightTransactions

func (_m *ChainScopedConfig) EvmMaxInFlightTransactions() uint32

EvmMaxInFlightTransactions provides a mock function with given fields:

func (*ChainScopedConfig) EvmMaxQueuedTransactions

func (_m *ChainScopedConfig) EvmMaxQueuedTransactions() uint64

EvmMaxQueuedTransactions provides a mock function with given fields:

func (*ChainScopedConfig) EvmMinGasPriceWei

func (_m *ChainScopedConfig) EvmMinGasPriceWei() *assets.Wei

EvmMinGasPriceWei provides a mock function with given fields:

func (*ChainScopedConfig) EvmNonceAutoSync

func (_m *ChainScopedConfig) EvmNonceAutoSync() bool

EvmNonceAutoSync provides a mock function with given fields:

func (*ChainScopedConfig) EvmRPCDefaultBatchSize

func (_m *ChainScopedConfig) EvmRPCDefaultBatchSize() uint32

EvmRPCDefaultBatchSize provides a mock function with given fields:

func (*ChainScopedConfig) EvmUseForwarders added in v1.4.0

func (_m *ChainScopedConfig) EvmUseForwarders() bool

EvmUseForwarders provides a mock function with given fields:

func (*ChainScopedConfig) ExplorerAccessKey

func (_m *ChainScopedConfig) ExplorerAccessKey() string

ExplorerAccessKey provides a mock function with given fields:

func (*ChainScopedConfig) ExplorerSecret

func (_m *ChainScopedConfig) ExplorerSecret() string

ExplorerSecret provides a mock function with given fields:

func (*ChainScopedConfig) ExplorerURL

func (_m *ChainScopedConfig) ExplorerURL() *url.URL

ExplorerURL provides a mock function with given fields:

func (*ChainScopedConfig) FMDefaultTransactionQueueDepth

func (_m *ChainScopedConfig) FMDefaultTransactionQueueDepth() uint32

FMDefaultTransactionQueueDepth provides a mock function with given fields:

func (*ChainScopedConfig) FMSimulateTransactions

func (_m *ChainScopedConfig) FMSimulateTransactions() bool

FMSimulateTransactions provides a mock function with given fields:

func (*ChainScopedConfig) FeatureExternalInitiators

func (_m *ChainScopedConfig) FeatureExternalInitiators() bool

FeatureExternalInitiators provides a mock function with given fields:

func (*ChainScopedConfig) FeatureFeedsManager

func (_m *ChainScopedConfig) FeatureFeedsManager() bool

FeatureFeedsManager provides a mock function with given fields:

func (*ChainScopedConfig) FeatureLogPoller added in v1.4.0

func (_m *ChainScopedConfig) FeatureLogPoller() bool

FeatureLogPoller provides a mock function with given fields:

func (*ChainScopedConfig) FeatureOffchainReporting

func (_m *ChainScopedConfig) FeatureOffchainReporting() bool

FeatureOffchainReporting provides a mock function with given fields:

func (*ChainScopedConfig) FeatureOffchainReporting2 added in v1.2.0

func (_m *ChainScopedConfig) FeatureOffchainReporting2() bool

FeatureOffchainReporting2 provides a mock function with given fields:

func (*ChainScopedConfig) FeatureUICSAKeys

func (_m *ChainScopedConfig) FeatureUICSAKeys() bool

FeatureUICSAKeys provides a mock function with given fields:

func (*ChainScopedConfig) FlagsContractAddress

func (_m *ChainScopedConfig) FlagsContractAddress() string

FlagsContractAddress provides a mock function with given fields:

func (*ChainScopedConfig) GasEstimatorMode

func (_m *ChainScopedConfig) GasEstimatorMode() string

GasEstimatorMode provides a mock function with given fields:

func (*ChainScopedConfig) GetAdvisoryLockIDConfiguredOrDefault

func (_m *ChainScopedConfig) GetAdvisoryLockIDConfiguredOrDefault() int64

GetAdvisoryLockIDConfiguredOrDefault provides a mock function with given fields:

func (*ChainScopedConfig) GetDatabaseDialectConfiguredOrDefault

func (_m *ChainScopedConfig) GetDatabaseDialectConfiguredOrDefault() dialects.DialectName

GetDatabaseDialectConfiguredOrDefault provides a mock function with given fields:

func (*ChainScopedConfig) HTTPServerWriteTimeout

func (_m *ChainScopedConfig) HTTPServerWriteTimeout() time.Duration

HTTPServerWriteTimeout provides a mock function with given fields:

func (*ChainScopedConfig) InsecureFastScrypt

func (_m *ChainScopedConfig) InsecureFastScrypt() bool

InsecureFastScrypt provides a mock function with given fields:

func (*ChainScopedConfig) JSONConsole

func (_m *ChainScopedConfig) JSONConsole() bool

JSONConsole provides a mock function with given fields:

func (*ChainScopedConfig) JobPipelineMaxRunDuration

func (_m *ChainScopedConfig) JobPipelineMaxRunDuration() time.Duration

JobPipelineMaxRunDuration provides a mock function with given fields:

func (*ChainScopedConfig) JobPipelineMaxSuccessfulRuns added in v1.12.0

func (_m *ChainScopedConfig) JobPipelineMaxSuccessfulRuns() uint64

JobPipelineMaxSuccessfulRuns provides a mock function with given fields:

func (*ChainScopedConfig) JobPipelineReaperInterval

func (_m *ChainScopedConfig) JobPipelineReaperInterval() time.Duration

JobPipelineReaperInterval provides a mock function with given fields:

func (*ChainScopedConfig) JobPipelineReaperThreshold

func (_m *ChainScopedConfig) JobPipelineReaperThreshold() time.Duration

JobPipelineReaperThreshold provides a mock function with given fields:

func (*ChainScopedConfig) JobPipelineResultWriteQueueDepth

func (_m *ChainScopedConfig) JobPipelineResultWriteQueueDepth() uint64

JobPipelineResultWriteQueueDepth provides a mock function with given fields:

func (*ChainScopedConfig) KeeperBaseFeeBufferPercent added in v1.3.0

func (_m *ChainScopedConfig) KeeperBaseFeeBufferPercent() uint16

KeeperBaseFeeBufferPercent provides a mock function with given fields:

func (*ChainScopedConfig) KeeperDefaultTransactionQueueDepth

func (_m *ChainScopedConfig) KeeperDefaultTransactionQueueDepth() uint32

KeeperDefaultTransactionQueueDepth provides a mock function with given fields:

func (*ChainScopedConfig) KeeperGasPriceBufferPercent

func (_m *ChainScopedConfig) KeeperGasPriceBufferPercent() uint16

KeeperGasPriceBufferPercent provides a mock function with given fields:

func (*ChainScopedConfig) KeeperGasTipCapBufferPercent

func (_m *ChainScopedConfig) KeeperGasTipCapBufferPercent() uint16

KeeperGasTipCapBufferPercent provides a mock function with given fields:

func (*ChainScopedConfig) KeeperMaximumGracePeriod

func (_m *ChainScopedConfig) KeeperMaximumGracePeriod() int64

KeeperMaximumGracePeriod provides a mock function with given fields:

func (*ChainScopedConfig) KeeperRegistryCheckGasOverhead

func (_m *ChainScopedConfig) KeeperRegistryCheckGasOverhead() uint32

KeeperRegistryCheckGasOverhead provides a mock function with given fields:

func (*ChainScopedConfig) KeeperRegistryMaxPerformDataSize added in v1.9.0

func (_m *ChainScopedConfig) KeeperRegistryMaxPerformDataSize() uint32

KeeperRegistryMaxPerformDataSize provides a mock function with given fields:

func (*ChainScopedConfig) KeeperRegistryPerformGasOverhead

func (_m *ChainScopedConfig) KeeperRegistryPerformGasOverhead() uint32

KeeperRegistryPerformGasOverhead provides a mock function with given fields:

func (*ChainScopedConfig) KeeperRegistrySyncInterval

func (_m *ChainScopedConfig) KeeperRegistrySyncInterval() time.Duration

KeeperRegistrySyncInterval provides a mock function with given fields:

func (*ChainScopedConfig) KeeperRegistrySyncUpkeepQueueSize

func (_m *ChainScopedConfig) KeeperRegistrySyncUpkeepQueueSize() uint32

KeeperRegistrySyncUpkeepQueueSize provides a mock function with given fields:

func (*ChainScopedConfig) KeeperTurnLookBack added in v1.4.0

func (_m *ChainScopedConfig) KeeperTurnLookBack() int64

KeeperTurnLookBack provides a mock function with given fields:

func (*ChainScopedConfig) KeyFile

func (_m *ChainScopedConfig) KeyFile() string

KeyFile provides a mock function with given fields:

func (*ChainScopedConfig) KeySpecificMaxGasPriceWei

func (_m *ChainScopedConfig) KeySpecificMaxGasPriceWei(addr common.Address) *assets.Wei

KeySpecificMaxGasPriceWei provides a mock function with given fields: addr

func (*ChainScopedConfig) KeystorePassword added in v1.8.0

func (_m *ChainScopedConfig) KeystorePassword() string

KeystorePassword provides a mock function with given fields:

func (*ChainScopedConfig) LeaseLockDuration

func (_m *ChainScopedConfig) LeaseLockDuration() time.Duration

LeaseLockDuration provides a mock function with given fields:

func (*ChainScopedConfig) LeaseLockRefreshInterval

func (_m *ChainScopedConfig) LeaseLockRefreshInterval() time.Duration

LeaseLockRefreshInterval provides a mock function with given fields:

func (*ChainScopedConfig) LinkContractAddress

func (_m *ChainScopedConfig) LinkContractAddress() string

LinkContractAddress provides a mock function with given fields:

func (*ChainScopedConfig) LogConfiguration added in v1.8.0

func (_m *ChainScopedConfig) LogConfiguration(log coreconfig.LogFn)

LogConfiguration provides a mock function with given fields: log

func (*ChainScopedConfig) LogFileDir added in v1.2.0

func (_m *ChainScopedConfig) LogFileDir() string

LogFileDir provides a mock function with given fields:

func (*ChainScopedConfig) LogFileMaxAge added in v1.3.0

func (_m *ChainScopedConfig) LogFileMaxAge() int64

LogFileMaxAge provides a mock function with given fields:

func (*ChainScopedConfig) LogFileMaxBackups added in v1.3.0

func (_m *ChainScopedConfig) LogFileMaxBackups() int64

LogFileMaxBackups provides a mock function with given fields:

func (*ChainScopedConfig) LogFileMaxSize added in v1.3.0

func (_m *ChainScopedConfig) LogFileMaxSize() utils.FileSize

LogFileMaxSize provides a mock function with given fields:

func (*ChainScopedConfig) LogLevel

func (_m *ChainScopedConfig) LogLevel() zapcore.Level

LogLevel provides a mock function with given fields:

func (*ChainScopedConfig) LogSQL

func (_m *ChainScopedConfig) LogSQL() bool

LogSQL provides a mock function with given fields:

func (*ChainScopedConfig) LogUnixTimestamps

func (_m *ChainScopedConfig) LogUnixTimestamps() bool

LogUnixTimestamps provides a mock function with given fields:

func (*ChainScopedConfig) MercuryCredentials added in v1.11.0

func (_m *ChainScopedConfig) MercuryCredentials(_a0 string) (string, string, error)

MercuryCredentials provides a mock function with given fields: _a0

func (*ChainScopedConfig) MigrateDatabase

func (_m *ChainScopedConfig) MigrateDatabase() bool

MigrateDatabase provides a mock function with given fields:

func (*ChainScopedConfig) MinIncomingConfirmations

func (_m *ChainScopedConfig) MinIncomingConfirmations() uint32

MinIncomingConfirmations provides a mock function with given fields:

func (*ChainScopedConfig) MinimumContractPayment

func (_m *ChainScopedConfig) MinimumContractPayment() *assets.Link

MinimumContractPayment provides a mock function with given fields:

func (*ChainScopedConfig) NodeNoNewHeadsThreshold added in v1.3.0

func (_m *ChainScopedConfig) NodeNoNewHeadsThreshold() time.Duration

NodeNoNewHeadsThreshold provides a mock function with given fields:

func (*ChainScopedConfig) NodePollFailureThreshold added in v1.3.0

func (_m *ChainScopedConfig) NodePollFailureThreshold() uint32

NodePollFailureThreshold provides a mock function with given fields:

func (*ChainScopedConfig) NodePollInterval added in v1.3.0

func (_m *ChainScopedConfig) NodePollInterval() time.Duration

NodePollInterval provides a mock function with given fields:

func (*ChainScopedConfig) NodeSelectionMode added in v1.8.0

func (_m *ChainScopedConfig) NodeSelectionMode() string

NodeSelectionMode provides a mock function with given fields:

func (*ChainScopedConfig) NodeSyncThreshold added in v1.11.0

func (_m *ChainScopedConfig) NodeSyncThreshold() uint32

NodeSyncThreshold provides a mock function with given fields:

func (*ChainScopedConfig) OCR2AutomationGasLimit added in v1.10.0

func (_m *ChainScopedConfig) OCR2AutomationGasLimit() uint32

OCR2AutomationGasLimit provides a mock function with given fields:

func (*ChainScopedConfig) OCR2BlockchainTimeout added in v1.2.0

func (_m *ChainScopedConfig) OCR2BlockchainTimeout() time.Duration

OCR2BlockchainTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCR2ContractConfirmations added in v1.2.0

func (_m *ChainScopedConfig) OCR2ContractConfirmations() uint16

OCR2ContractConfirmations provides a mock function with given fields:

func (*ChainScopedConfig) OCR2ContractPollInterval added in v1.2.0

func (_m *ChainScopedConfig) OCR2ContractPollInterval() time.Duration

OCR2ContractPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) OCR2ContractSubscribeInterval added in v1.2.0

func (_m *ChainScopedConfig) OCR2ContractSubscribeInterval() time.Duration

OCR2ContractSubscribeInterval provides a mock function with given fields:

func (*ChainScopedConfig) OCR2ContractTransmitterTransmitTimeout added in v1.2.0

func (_m *ChainScopedConfig) OCR2ContractTransmitterTransmitTimeout() time.Duration

OCR2ContractTransmitterTransmitTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCR2DatabaseTimeout added in v1.2.0

func (_m *ChainScopedConfig) OCR2DatabaseTimeout() time.Duration

OCR2DatabaseTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCR2KeyBundleID added in v1.2.0

func (_m *ChainScopedConfig) OCR2KeyBundleID() (string, error)

OCR2KeyBundleID provides a mock function with given fields:

func (*ChainScopedConfig) OCR2TraceLogging added in v1.2.0

func (_m *ChainScopedConfig) OCR2TraceLogging() bool

OCR2TraceLogging provides a mock function with given fields:

func (*ChainScopedConfig) OCRBlockchainTimeout

func (_m *ChainScopedConfig) OCRBlockchainTimeout() time.Duration

OCRBlockchainTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCRContractConfirmations

func (_m *ChainScopedConfig) OCRContractConfirmations() uint16

OCRContractConfirmations provides a mock function with given fields:

func (*ChainScopedConfig) OCRContractPollInterval

func (_m *ChainScopedConfig) OCRContractPollInterval() time.Duration

OCRContractPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) OCRContractSubscribeInterval

func (_m *ChainScopedConfig) OCRContractSubscribeInterval() time.Duration

OCRContractSubscribeInterval provides a mock function with given fields:

func (*ChainScopedConfig) OCRContractTransmitterTransmitTimeout

func (_m *ChainScopedConfig) OCRContractTransmitterTransmitTimeout() time.Duration

OCRContractTransmitterTransmitTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCRDatabaseTimeout

func (_m *ChainScopedConfig) OCRDatabaseTimeout() time.Duration

OCRDatabaseTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCRDefaultTransactionQueueDepth

func (_m *ChainScopedConfig) OCRDefaultTransactionQueueDepth() uint32

OCRDefaultTransactionQueueDepth provides a mock function with given fields:

func (*ChainScopedConfig) OCRKeyBundleID

func (_m *ChainScopedConfig) OCRKeyBundleID() (string, error)

OCRKeyBundleID provides a mock function with given fields:

func (*ChainScopedConfig) OCRObservationGracePeriod

func (_m *ChainScopedConfig) OCRObservationGracePeriod() time.Duration

OCRObservationGracePeriod provides a mock function with given fields:

func (*ChainScopedConfig) OCRObservationTimeout

func (_m *ChainScopedConfig) OCRObservationTimeout() time.Duration

OCRObservationTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCRSimulateTransactions

func (_m *ChainScopedConfig) OCRSimulateTransactions() bool

OCRSimulateTransactions provides a mock function with given fields:

func (*ChainScopedConfig) OCRTraceLogging

func (_m *ChainScopedConfig) OCRTraceLogging() bool

OCRTraceLogging provides a mock function with given fields:

func (*ChainScopedConfig) OCRTransmitterAddress

func (_m *ChainScopedConfig) OCRTransmitterAddress() (ethkey.EIP55Address, error)

OCRTransmitterAddress provides a mock function with given fields:

func (*ChainScopedConfig) ORMMaxIdleConns

func (_m *ChainScopedConfig) ORMMaxIdleConns() int

ORMMaxIdleConns provides a mock function with given fields:

func (*ChainScopedConfig) ORMMaxOpenConns

func (_m *ChainScopedConfig) ORMMaxOpenConns() int

ORMMaxOpenConns provides a mock function with given fields:

func (*ChainScopedConfig) OperatorFactoryAddress added in v1.5.0

func (_m *ChainScopedConfig) OperatorFactoryAddress() string

OperatorFactoryAddress provides a mock function with given fields:

func (*ChainScopedConfig) P2PAnnounceIP

func (_m *ChainScopedConfig) P2PAnnounceIP() net.IP

P2PAnnounceIP provides a mock function with given fields:

func (*ChainScopedConfig) P2PAnnouncePort

func (_m *ChainScopedConfig) P2PAnnouncePort() uint16

P2PAnnouncePort provides a mock function with given fields:

func (*ChainScopedConfig) P2PBootstrapCheckInterval added in v1.2.0

func (_m *ChainScopedConfig) P2PBootstrapCheckInterval() time.Duration

P2PBootstrapCheckInterval provides a mock function with given fields:

func (*ChainScopedConfig) P2PBootstrapPeers

func (_m *ChainScopedConfig) P2PBootstrapPeers() ([]string, error)

P2PBootstrapPeers provides a mock function with given fields:

func (*ChainScopedConfig) P2PDHTAnnouncementCounterUserPrefix

func (_m *ChainScopedConfig) P2PDHTAnnouncementCounterUserPrefix() uint32

P2PDHTAnnouncementCounterUserPrefix provides a mock function with given fields:

func (*ChainScopedConfig) P2PDHTLookupInterval added in v1.2.0

func (_m *ChainScopedConfig) P2PDHTLookupInterval() int

P2PDHTLookupInterval provides a mock function with given fields:

func (*ChainScopedConfig) P2PEnabled added in v1.2.0

func (_m *ChainScopedConfig) P2PEnabled() bool

P2PEnabled provides a mock function with given fields:

func (*ChainScopedConfig) P2PIncomingMessageBufferSize added in v1.2.0

func (_m *ChainScopedConfig) P2PIncomingMessageBufferSize() int

P2PIncomingMessageBufferSize provides a mock function with given fields:

func (*ChainScopedConfig) P2PListenIP

func (_m *ChainScopedConfig) P2PListenIP() net.IP

P2PListenIP provides a mock function with given fields:

func (*ChainScopedConfig) P2PListenPort

func (_m *ChainScopedConfig) P2PListenPort() uint16

P2PListenPort provides a mock function with given fields:

func (*ChainScopedConfig) P2PListenPortRaw

func (_m *ChainScopedConfig) P2PListenPortRaw() string

P2PListenPortRaw provides a mock function with given fields:

func (*ChainScopedConfig) P2PNetworkingStack

func (_m *ChainScopedConfig) P2PNetworkingStack() networking.NetworkingStack

P2PNetworkingStack provides a mock function with given fields:

func (*ChainScopedConfig) P2PNetworkingStackRaw

func (_m *ChainScopedConfig) P2PNetworkingStackRaw() string

P2PNetworkingStackRaw provides a mock function with given fields:

func (*ChainScopedConfig) P2PNewStreamTimeout added in v1.2.0

func (_m *ChainScopedConfig) P2PNewStreamTimeout() time.Duration

P2PNewStreamTimeout provides a mock function with given fields:

func (*ChainScopedConfig) P2POutgoingMessageBufferSize added in v1.2.0

func (_m *ChainScopedConfig) P2POutgoingMessageBufferSize() int

P2POutgoingMessageBufferSize provides a mock function with given fields:

func (*ChainScopedConfig) P2PPeerID

func (_m *ChainScopedConfig) P2PPeerID() p2pkey.PeerID

P2PPeerID provides a mock function with given fields:

func (*ChainScopedConfig) P2PPeerIDRaw

func (_m *ChainScopedConfig) P2PPeerIDRaw() string

P2PPeerIDRaw provides a mock function with given fields:

func (*ChainScopedConfig) P2PPeerstoreWriteInterval

func (_m *ChainScopedConfig) P2PPeerstoreWriteInterval() time.Duration

P2PPeerstoreWriteInterval provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2AnnounceAddresses

func (_m *ChainScopedConfig) P2PV2AnnounceAddresses() []string

P2PV2AnnounceAddresses provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2Bootstrappers

func (_m *ChainScopedConfig) P2PV2Bootstrappers() []commontypes.BootstrapperLocator

P2PV2Bootstrappers provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2BootstrappersRaw

func (_m *ChainScopedConfig) P2PV2BootstrappersRaw() []string

P2PV2BootstrappersRaw provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2DeltaDial

func (_m *ChainScopedConfig) P2PV2DeltaDial() models.Duration

P2PV2DeltaDial provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2DeltaReconcile

func (_m *ChainScopedConfig) P2PV2DeltaReconcile() models.Duration

P2PV2DeltaReconcile provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2ListenAddresses

func (_m *ChainScopedConfig) P2PV2ListenAddresses() []string

P2PV2ListenAddresses provides a mock function with given fields:

func (*ChainScopedConfig) PersistedConfig

func (_m *ChainScopedConfig) PersistedConfig() types.ChainCfg

PersistedConfig provides a mock function with given fields:

func (*ChainScopedConfig) Port

func (_m *ChainScopedConfig) Port() uint16

Port provides a mock function with given fields:

func (*ChainScopedConfig) PyroscopeAuthToken added in v1.9.0

func (_m *ChainScopedConfig) PyroscopeAuthToken() string

PyroscopeAuthToken provides a mock function with given fields:

func (*ChainScopedConfig) PyroscopeEnvironment added in v1.9.0

func (_m *ChainScopedConfig) PyroscopeEnvironment() string

PyroscopeEnvironment provides a mock function with given fields:

func (*ChainScopedConfig) PyroscopeServerAddress added in v1.9.0

func (_m *ChainScopedConfig) PyroscopeServerAddress() string

PyroscopeServerAddress provides a mock function with given fields:

func (*ChainScopedConfig) RPID

func (_m *ChainScopedConfig) RPID() string

RPID provides a mock function with given fields:

func (*ChainScopedConfig) RPOrigin

func (_m *ChainScopedConfig) RPOrigin() string

RPOrigin provides a mock function with given fields:

func (*ChainScopedConfig) ReaperExpiration

func (_m *ChainScopedConfig) ReaperExpiration() models.Duration

ReaperExpiration provides a mock function with given fields:

func (*ChainScopedConfig) RootDir

func (_m *ChainScopedConfig) RootDir() string

RootDir provides a mock function with given fields:

func (*ChainScopedConfig) SecureCookies

func (_m *ChainScopedConfig) SecureCookies() bool

SecureCookies provides a mock function with given fields:

func (*ChainScopedConfig) SentryDSN added in v1.10.0

func (_m *ChainScopedConfig) SentryDSN() string

SentryDSN provides a mock function with given fields:

func (*ChainScopedConfig) SentryDebug added in v1.10.0

func (_m *ChainScopedConfig) SentryDebug() bool

SentryDebug provides a mock function with given fields:

func (*ChainScopedConfig) SentryEnvironment added in v1.10.0

func (_m *ChainScopedConfig) SentryEnvironment() string

SentryEnvironment provides a mock function with given fields:

func (*ChainScopedConfig) SentryRelease added in v1.10.0

func (_m *ChainScopedConfig) SentryRelease() string

SentryRelease provides a mock function with given fields:

func (*ChainScopedConfig) SessionOptions

func (_m *ChainScopedConfig) SessionOptions() sessions.Options

SessionOptions provides a mock function with given fields:

func (*ChainScopedConfig) SessionTimeout

func (_m *ChainScopedConfig) SessionTimeout() models.Duration

SessionTimeout provides a mock function with given fields:

func (*ChainScopedConfig) SetEvmGasPriceDefault

func (_m *ChainScopedConfig) SetEvmGasPriceDefault(value *big.Int) error

SetEvmGasPriceDefault provides a mock function with given fields: value

func (*ChainScopedConfig) SetLogLevel

func (_m *ChainScopedConfig) SetLogLevel(lvl zapcore.Level) error

SetLogLevel provides a mock function with given fields: lvl

func (*ChainScopedConfig) SetLogSQL

func (_m *ChainScopedConfig) SetLogSQL(logSQL bool)

SetLogSQL provides a mock function with given fields: logSQL

func (*ChainScopedConfig) SetPasswords added in v1.10.0

func (_m *ChainScopedConfig) SetPasswords(keystore *string, vrf *string)

SetPasswords provides a mock function with given fields: keystore, vrf

func (*ChainScopedConfig) ShutdownGracePeriod added in v1.2.0

func (_m *ChainScopedConfig) ShutdownGracePeriod() time.Duration

ShutdownGracePeriod provides a mock function with given fields:

func (*ChainScopedConfig) SolanaEnabled added in v1.2.0

func (_m *ChainScopedConfig) SolanaEnabled() bool

SolanaEnabled provides a mock function with given fields:

func (*ChainScopedConfig) SolanaNodes added in v1.4.0

func (_m *ChainScopedConfig) SolanaNodes() string

SolanaNodes provides a mock function with given fields:

func (*ChainScopedConfig) StarkNetEnabled added in v1.6.0

func (_m *ChainScopedConfig) StarkNetEnabled() bool

StarkNetEnabled provides a mock function with given fields:

func (*ChainScopedConfig) StarkNetNodes added in v1.7.0

func (_m *ChainScopedConfig) StarkNetNodes() string

StarkNetNodes provides a mock function with given fields:

func (*ChainScopedConfig) TLSCertPath

func (_m *ChainScopedConfig) TLSCertPath() string

TLSCertPath provides a mock function with given fields:

func (*ChainScopedConfig) TLSDir

func (_m *ChainScopedConfig) TLSDir() string

TLSDir provides a mock function with given fields:

func (*ChainScopedConfig) TLSHost

func (_m *ChainScopedConfig) TLSHost() string

TLSHost provides a mock function with given fields:

func (*ChainScopedConfig) TLSKeyPath

func (_m *ChainScopedConfig) TLSKeyPath() string

TLSKeyPath provides a mock function with given fields:

func (*ChainScopedConfig) TLSPort

func (_m *ChainScopedConfig) TLSPort() uint16

TLSPort provides a mock function with given fields:

func (*ChainScopedConfig) TLSRedirect

func (_m *ChainScopedConfig) TLSRedirect() bool

TLSRedirect provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressBufferSize added in v1.2.0

func (_m *ChainScopedConfig) TelemetryIngressBufferSize() uint

TelemetryIngressBufferSize provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressLogging

func (_m *ChainScopedConfig) TelemetryIngressLogging() bool

TelemetryIngressLogging provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressMaxBatchSize added in v1.2.0

func (_m *ChainScopedConfig) TelemetryIngressMaxBatchSize() uint

TelemetryIngressMaxBatchSize provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressSendInterval added in v1.2.0

func (_m *ChainScopedConfig) TelemetryIngressSendInterval() time.Duration

TelemetryIngressSendInterval provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressSendTimeout added in v1.3.0

func (_m *ChainScopedConfig) TelemetryIngressSendTimeout() time.Duration

TelemetryIngressSendTimeout provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressServerPubKey

func (_m *ChainScopedConfig) TelemetryIngressServerPubKey() string

TelemetryIngressServerPubKey provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressURL

func (_m *ChainScopedConfig) TelemetryIngressURL() *url.URL

TelemetryIngressURL provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressUniConn added in v1.3.0

func (_m *ChainScopedConfig) TelemetryIngressUniConn() bool

TelemetryIngressUniConn provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngressUseBatchSend added in v1.2.0

func (_m *ChainScopedConfig) TelemetryIngressUseBatchSend() bool

TelemetryIngressUseBatchSend provides a mock function with given fields:

func (*ChainScopedConfig) TriggerFallbackDBPollInterval

func (_m *ChainScopedConfig) TriggerFallbackDBPollInterval() time.Duration

TriggerFallbackDBPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) UnAuthenticatedRateLimit

func (_m *ChainScopedConfig) UnAuthenticatedRateLimit() int64

UnAuthenticatedRateLimit provides a mock function with given fields:

func (*ChainScopedConfig) UnAuthenticatedRateLimitPeriod

func (_m *ChainScopedConfig) UnAuthenticatedRateLimitPeriod() models.Duration

UnAuthenticatedRateLimitPeriod provides a mock function with given fields:

func (*ChainScopedConfig) VRFPassword added in v1.8.0

func (_m *ChainScopedConfig) VRFPassword() string

VRFPassword provides a mock function with given fields:

func (*ChainScopedConfig) Validate

func (_m *ChainScopedConfig) Validate() error

Validate provides a mock function with given fields:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL