predictThirdwebContractAddress

function predictThirdwebContractAddress(
contractName: string,
chainId: number,
contractVersion: string,
clientId?: string,
secretKey?: string,
): Promise<string>;

Parameters

The name of the contract to predict the address for

Type

let contractName: string;

The chain id to use

Type

let chainId: number;

The storage to use

Type

Type

let contractVersion: string;

Type

let clientId: string;

Type

let secretKey: string;

Returns

let returnType: Promise<string>;