Home > @3rdweb/sdk > ThirdwebSDK > overrideStorage
Allows you to override the storage used across the SDK.
Signature:
overrideStorage(storage: IStorage): void;
Parameter | Type | Description |
---|---|---|
storage | IStorage | The Storage instance to use. |
Returns:
void