ThirdwebSDK.resolveContractType() method
Signature:
resolveContractType(contractAddress: string): Promise<ContractType>;
Parameters
Parameter | Type | Description |
---|---|---|
contractAddress | string | the address of the contract to attempt to resolve the contract type for |
Returns:
Promise<ContractType>
the ContractType for the given contract address