ThirdwebSDK.(constructor)
Constructs a new instance of the ThirdwebSDK class
Signature:
constructor(network: ChainOrRpc | SignerOrProvider, options?: SDKOptions, storage?: IStorage);
Parameters
| Parameter | Type | Description |
|---|---|---|
| network | ChainOrRpc | SignerOrProvider | |
| options | SDKOptions | (Optional) |
| storage | IStorage | (Optional) |