TruncatedHeader
Thrown when the offset to a source points to a location that cannot fit a header before the start of the next source or the end of the bytecode.
error TruncatedHeader(bytes bytecode);
Parameters
Name | Type | Description |
---|---|---|
bytecode | bytes | The bytecode that was inspected. |