latest

package
v0.41.1-data-migration... Latest Latest
Warning

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

Go to latest
Published: May 21, 2025 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LatestSealedAndExecutedHeight

func LatestSealedAndExecutedHeight(state protocol.State, db storage.DB) (uint64, error)

LatestSealedAndExecutedHeight returns the height of the latest sealed and executed block.

Types

type LatestSealedAndExecuted

type LatestSealedAndExecuted struct {
	// contains filtered or unexported fields
}

func NewLatestSealedAndExecuted

func NewLatestSealedAndExecuted(
	root *flow.Header,
	state protocol.State,
	executedBlockDB storage.DB,
) *LatestSealedAndExecuted

func (*LatestSealedAndExecuted) BelowLatest

func (l *LatestSealedAndExecuted) BelowLatest(threshold uint64) (*flow.Header, error)

BelowLatest returns the header at the given threshold below the latest sealed and executed block.

func (*LatestSealedAndExecuted) Latest

func (l *LatestSealedAndExecuted) Latest() (*flow.Header, error)

Latest returns the latest sealed and executed block.

Jump to

Keyboard shortcuts

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