• Takes bytecode and generates it's associated legacy blob ID.

    The legacy blob ID is a hash of the bytecode when sliced at the data section offset.

    Parameters

    • bytecode: Uint8Array<ArrayBufferLike>

      The bytecode to get the id from

    Returns string

    The id of the bytecode