Skip to main content

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

NameTypeDescription
FormatstringField Format of SeedInfo.
BlockSizeuint64Field BlockSize of SeedInfo.
BlockCountuint64Field BlockCount of SeedInfo.
SourceSizeuint64Field SourceSize of SeedInfo.
SourceSizeKnownboolField SourceSizeKnown of SeedInfo.
SeedSizeuint64Field SeedSize of SeedInfo.
SeedHashDigestField SeedHash of SeedInfo.
SeedHashHexstringField SeedHashHex of SeedInfo.

Source

This page is generated from SDK source metadata and the translation catalog.