| 41 | ) |
| 42 | |
| 43 | type ExportBlockMetadata struct { |
| 44 | Version byte |
| 45 | CompressType byte |
| 46 | StartBlockHeight uint32 |
| 47 | EndBlockHeight uint32 |
| 48 | } |
| 49 | |
| 50 | func NewExportBlockMetadata() *ExportBlockMetadata { |
| 51 | return &ExportBlockMetadata{ |
nothing calls this directly
no outgoing calls
no test coverage detected