Constructor: fileHash
File hash
Attributes:
Name | Type | Required | Description |
---|---|---|---|
offset | int | Yes | Offset |
limit | int | Yes | Limit |
hash | bytes | Yes | Hash |
Type: FileHash
Example:
$fileHash = ['_' => 'fileHash', 'offset' => int, 'limit' => int, 'hash' => 'bytes'];
Or, if you’re into Lua:
fileHash={_='fileHash', offset=int, limit=int, hash='bytes'}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.