read

package
v0.35.4-crescendo-prev... Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterLightBlock

type ClusterLightBlock struct {
	ID           flow.Identifier
	Height       uint64
	CollectionID flow.Identifier
	Transactions []flow.Identifier
}

func ClusterBlockToLight

func ClusterBlockToLight(clusterBlock *cluster.Block) *ClusterLightBlock

func ReadClusterLightBlockByHeightRange

func ReadClusterLightBlockByHeightRange(clusterBlocks storage.ClusterBlocks, startHeight uint64, endHeight uint64) ([]*ClusterLightBlock, error)

type LightBlock

type LightBlock struct {
	ID          flow.Identifier
	Height      uint64
	Collections []flow.Identifier
}

func BlockToLight

func BlockToLight(block *flow.Block) *LightBlock

func ReadLightBlockByHeightRange

func ReadLightBlockByHeightRange(blocks storage.Blocks, startHeight uint64, endHeight uint64) ([]*LightBlock, error)

Jump to

Keyboard shortcuts

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