FromLEB128¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The LEB128 encoded byte array to decode. | Bytes |
||
Output ➡️ |
Outputs the decoded integer. | Int |
||
Signed |
No | If the integer to encode/decode is signed and can be negative. | false |
Bool |
This shard decodes the LEB128 encoded byte array and outputs it as an integer (signed or unsigned depending on what was specified in the Signed parameter).