Skip to main content

ThirdwebSDK.resolveContractType() method

Signature:

resolveContractType(contractAddress: string): Promise<ContractType>;

Parameters

ParameterTypeDescription
contractAddressstringthe address of the contract to attempt to resolve the contract type for

Returns:

Promise<ContractType>

the ContractType for the given contract address