Appearance
@loontail/minecraft-kit v0.5.0 / VerificationFileResult
Interface: VerificationFileResult
A single verified file.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
actualSha1? | readonly | string | - |
actualSize? | readonly | number | - |
category | readonly | VerifyFileCategory | - |
expectedSha1? | readonly | string | - |
expectedSize? | readonly | number | - |
path | readonly | string | - |
status | readonly | VerifyFileStatus | - |
url? | readonly | string | Optional URL where the file can be re-downloaded if it's broken. |