Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.