isContractDeployed
Check if a contract exists at the given address
function isContractDeployed(
address: string,
provider: Provider,
): Promise<boolean>;
Parameters
Returns
type ReturnType = Promise<boolean>;
Check if a contract exists at the given address
function isContractDeployed(
address: string,
provider: Provider,
): Promise<boolean>;
type ReturnType = Promise<boolean>;