summary

package
v1.11.4 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: BSD-3-Clause Imports: 7 Imported by: 1

Documentation

Index

Constants

View Source
const CodecVersion = 0

Variables

View Source
var (
	Codec codec.Manager
)

Functions

This section is empty.

Types

type StateSummary

type StateSummary interface {
	ID() ids.ID
	ForkHeight() uint64
	BlockBytes() []byte
	InnerSummaryBytes() []byte
	Bytes() []byte
}

func Build

func Build(
	forkHeight uint64,
	block []byte,
	coreSummary []byte,
) (StateSummary, error)

func Parse

func Parse(bytes []byte) (StateSummary, error)

Jump to

Keyboard shortcuts

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