IsContractActivatedOptions

type IsContractActivatedOptions = {
bytecode: `0x${string}`;
chain: Chain;
client: ThirdwebClient;
};