ThirdwebSDKProviderWagmiWrapper interface
Signature:
export interface ThirdwebSDKProviderWagmiWrapper extends Pick<ThirdwebProviderProps, "desiredChainId" | "sdkOptions" | "storageInterface" | "authConfig">
Extends: Pick<ThirdwebProviderProps, "desiredChainId" | "sdkOptions" | "storageInterface" | "authConfig">
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
provider | ChainOrRpc | SignerOrProvider | ||
queryClient? | QueryClient | (Optional) | |
signer? | Signer | (Optional) |