Skip to main content

ThirdwebSDKProviderWagmiWrapper interface

Signature:

export interface ThirdwebSDKProviderWagmiWrapper extends Pick<ThirdwebProviderProps, "desiredChainId" | "sdkOptions" | "storageInterface" | "authConfig">

Extends: Pick<ThirdwebProviderProps, "desiredChainId" | "sdkOptions" | "storageInterface" | "authConfig">

Properties

PropertyModifiersTypeDescription
providerChainOrRpc | SignerOrProvider
queryClient?QueryClient(Optional)
signer?Signer(Optional)