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)
Click to show internal directories.
Click to hide internal directories.