Skip to main content

ThirdwebSDK.(constructor)

Constructs a new instance of the ThirdwebSDK class

Signature:

constructor(network: ChainOrRpc | SignerOrProvider, options?: SDKOptions, storage?: IStorage);

Parameters

ParameterTypeDescription
networkChainOrRpc | SignerOrProvider
optionsSDKOptions(Optional)
storageIStorage(Optional)