Retrieves the bytecode of a contract.
import { getBytecode } from "thirdweb/contract";const bytecode = await getBytecode(contract);
A Promise that resolves to the bytecode of the contract.