Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConfirmationsRequired = ffc("confirmations.required") ConfirmationsBlockQueueLength = ffc("confirmations.blockQueueLength") ConfirmationsStaleReceiptTimeout = ffc("confirmations.staleReceiptTimeout") ConfirmationsNotificationQueueLength = ffc("confirmations.notificationQueueLength") TransactionsMaxHistoryCount = ffc("transactions.maxHistoryCount") EventStreamsDefaultsBatchSize = ffc("eventstreams.defaults.batchSize") EventStreamsDefaultsBatchTimeout = ffc("eventstreams.defaults.batchTimeout") EventStreamsDefaultsErrorHandling = ffc("eventstreams.defaults.errorHandling") EventStreamsDefaultsRetryTimeout = ffc("eventstreams.defaults.retryTimeout") EventStreamsDefaultsBlockedRetryDelay = ffc("eventstreams.defaults.blockedRetryDelay") EventStreamsDefaultsWebhookRequestTimeout = ffc("eventstreams.defaults.webhookRequestTimeout") EventStreamsDefaultsWebsocketDistributionMode = ffc("eventstreams.defaults.websocketDistributionMode") EventStreamsCheckpointInterval = ffc("eventstreams.checkpointInterval") EventStreamsRetryInitDelay = ffc("eventstreams.retry.initialDelay") EventStreamsRetryMaxDelay = ffc("eventstreams.retry.maxDelay") EventStreamsRetryFactor = ffc("eventstreams.retry.factor") WebhooksAllowPrivateIPs = ffc("webhooks.allowPrivateIPs") PersistenceType = ffc("persistence.type") PersistenceLevelDBPath = ffc("persistence.leveldb.path") PersistenceLevelDBMaxHandles = ffc("persistence.leveldb.maxHandles") PersistenceLevelDBSyncWrites = ffc("persistence.leveldb.syncWrites") APIDefaultRequestTimeout = ffc("api.defaultRequestTimeout") APIMaxRequestTimeout = ffc("api.maxRequestTimeout") APIPassthroughHeaders = ffc("api.passthroughHeaders") DebugPort = ffc("debug.port") MetricsEnabled = ffc("metrics.enabled") MetricsPath = ffc("metrics.path") TransactionHandlerName = ffc("transactions.handler.name") // Deprecated Configurations for transaction handling DeprecatedTransactionsMaxInFlight = ffc("transactions.maxInFlight") DeprecatedTransactionsNonceStateTimeout = ffc("transactions.nonceStateTimeout") DeprecatedPolicyLoopInterval = ffc("policyloop.interval") DeprecatedPolicyLoopRetryInitDelay = ffc("policyloop.retry.initialDelay") DeprecatedPolicyLoopRetryMaxDelay = ffc("policyloop.retry.maxDelay") DeprecatedPolicyLoopRetryFactor = ffc("policyloop.retry.factor") DeprecatedPolicyEngineName = ffc("policyengine.name") )
View Source
var APIConfig config.Section
View Source
var CorsConfig config.Section
View Source
var DeprecatedPolicyEngineBaseConfig config.Section
View Source
var MetricsConfig config.Section
View Source
var TransactionHandlerBaseConfig config.Section
View Source
var WebhookPrefix config.Section
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.