ThirdwebSDK.getContractList() method
Return all the contracts deployed by the specified address
Example
const contracts = sdk.getContractList("{{wallet_address}}");
Signature:
getContractList(walletAddress: string): Promise<ContractWithMetadata[]>;
Parameters
Parameter | Type | Description |
---|---|---|
walletAddress | string | the deployed address |
Returns:
Promise<ContractWithMetadata[]>