Get the contract ID of a contract based on its bytecode, salt, and state root.

  • Parameters

    • bytecode: BytesLike

      The bytecode of the contract.

    • salt: BytesLike

      The salt value used for contract creation.

    • stateRoot: BytesLike

      The state root of the contract.

    Returns string

    The contract ID of the contract.