Documentation ¶
Overview ¶
nolint
Index ¶
- Variables
- func CurrentFinalizedBlock(tx kv.Tx, number uint64) *types.Block
- func GetFinalizedBlockNumber(tx kv.Tx) uint64
- func RetryHeimdallHandler(fn heimdallHandler, config *config, tickerDuration time.Duration, ...)
- func Whitelist(heimdall heimdall.IHeimdallClient, borDB kv.RwDB, chainDB kv.RwDB, ...)
- type BorAPI
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotInRejectedList = errors.New("MilestoneID not in rejected list")
)
Functions ¶
func CurrentFinalizedBlock ¶
CurrentFinalizedBlock retrieves the current finalized block of the canonical chain. The block is retrieved from the blockchain's internal cache.
func GetFinalizedBlockNumber ¶
func RetryHeimdallHandler ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.