Documentation ¶
Index ¶
- Constants
- func FindLastBlockWithExecutionPayload(bc beacon.Client, slotNumber uint64) (beacon.BeaconBlock, error)
- func FindNextSubmissionTimestamp(latestBlockTimestamp int64, referenceTimestamp int64, ...) (int64, error)
- func GetWatchtowerMaxFee(cfg *config.RocketPoolConfig) float64
- func GetWatchtowerPrioFee(cfg *config.RocketPoolConfig) float64
Constants ¶
View Source
const ( MinWatchtowerMaxFee float64 = 200 MinWatchtowerPriorityFee float64 = 3 BalanceSubmissionForcedGas uint64 = 64000 RewardsSubmissionForcedGas uint64 = 64000 )
Variables ¶
This section is empty.
Functions ¶
func FindLastBlockWithExecutionPayload ¶ added in v1.13.0
func FindNextSubmissionTimestamp ¶ added in v1.13.0
func GetWatchtowerMaxFee ¶
func GetWatchtowerMaxFee(cfg *config.RocketPoolConfig) float64
Get the max fee for watchtower transactions
func GetWatchtowerPrioFee ¶
func GetWatchtowerPrioFee(cfg *config.RocketPoolConfig) float64
Get the priority fee for watchtower transactions
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.