MCPcopy Create free account
hub / github.com/DNAProject/DNA / ExportBlockMetadata

Struct ExportBlockMetadata

cmd/utils/export.go:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41)
42
43type ExportBlockMetadata struct {
44 Version byte
45 CompressType byte
46 StartBlockHeight uint32
47 EndBlockHeight uint32
48}
49
50func NewExportBlockMetadata() *ExportBlockMetadata {
51 return &ExportBlockMetadata{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected