Skip to main content

ThirdwebSDKProviderProps interface

Signature:

export interface ThirdwebSDKProviderProps<TChains extends Chain[] = typeof defaultChains> extends QueryClientProviderProps

Extends: QueryClientProviderProps

Properties

PropertyModifiersTypeDescription
activeChain?TChains[number]["chainId"] | TChains[number]["slug"] | Chain(Optional)
authConfig?ThirdwebAuthConfig(Optional)
sdkOptions?Omit<SDKOptions, "chains">(Optional)
signer?Signer(Optional)
storageInterface?ThirdwebStorage(Optional)
supportedChains?Readonly<TChains>(Optional)