SeedInfo
SeedInfo struct { Format string BlockSize uint64 BlockCount uint64 SourceSize uint64 SourceSizeKnown bool SeedSize uint64 SeedHash Digest SeedHashHex string }
SeedInfo describes a seed file. SourceSizeKnown is false for HashSeed and InspectSeed because a seed file does not encode source length.
Properties
| Name | Type | Description |
|---|---|---|
Format | string | Field Format of SeedInfo. |
BlockSize | uint64 | Field BlockSize of SeedInfo. |
BlockCount | uint64 | Field BlockCount of SeedInfo. |
SourceSize | uint64 | Field SourceSize of SeedInfo. |
SourceSizeKnown | bool | Field SourceSizeKnown of SeedInfo. |
SeedSize | uint64 | Field SeedSize of SeedInfo. |
SeedHash | Digest | Field SeedHash of SeedInfo. |
SeedHashHex | string | Field SeedHashHex of SeedInfo. |
Source
This page is generated from SDK source metadata and the translation catalog.