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

    The bytecode ID is a hash of the bytecode when sliced at the configurable offset. This superseded legacy blob IDs when uploading blobs for scripts and predicates so that the bytecode ID is equal to the legacy blob ID. Therefore blobs can be used for ABI verification.

    Parameters

    • bytecode: Uint8Array<ArrayBufferLike>

      The bytecode to get the id from

    Returns string

    The id of the bytecode