package
0.4.3
Repository: https://github.com/wealdtech/comptrollerd.git
Documentation: pkg.go.dev

# Functions

New creates a new service.
WithAlternateBidsSetter sets the setter for alternate bids obtained by this module.
WithBalancesProvider sets the balances provider for this module.
WithBlockPaymentsSetter sets the setter for block payments calculated by this module.
WithBlocksProvider sets the blocks provider for this module.
WithChainTime sets the chain time service for the module.
WithDeliveredBidsProvider sets the providers for bids delivered by relays.
WithLogLevel sets the log level for the module.
WithMonitor sets the monitor for the module.
WithReceivedBidsProvider sets the providers for bids received by relays.
WithReplaySlot sets a single slot to replay block payments.
WithStartSlot sets the start slot to calculate block payments.
WithTrackDistance sets the track distance for this module.
WithTransactionBalanceChangesProvider sets the transaction balance change provider for this module.
WithTransactionsProvider sets the transactions provider for this module.

# Structs

Service is a chain database service.

# Interfaces

Parameter is the interface for service parameters.