typescript-sdk

Home > @3rdweb/sdk > ThirdwebSDK > getCollectionModule

ThirdwebSDK.getCollectionModule() method

Warning: This API is now obsolete.

Use the new ThirdwebSDK.getBundleModule() function instead.

Signature:

getCollectionModule(address: string): CollectionModule;

Parameters

Parameter Type Description
address string The contract address of the given Collection module.

Returns:

CollectionModule

The Bundle Module.