ThirdwebSDKProvider

A basic wrapper around the Thirdweb SDK.

You can use this in order to be able to pass a provider & signer directly to the SDK.

Utilizing this provider will mean hooks for wallet management are not available, if you need those please use the ThirdwebProvider instead.

function ThirdwebSDKProvider<TChains extends Chain[]>(
  __namedParameters: PropsWithChildren<
    ThirdwebSDKProviderProps<TChains>
  >,
): Element;

Parameters


Returns

type ReturnType = Element;