@dynamic-labs/sdk-react-core
Version:
A React SDK for implementing wallet web3 authentication and authorization to your website.
6 lines (5 loc) • 436 B
TypeScript
import { AuthenticatorType } from '@dynamic-labs/wallet-connector-core';
export declare const useEmbeddedWalletAuthenticator: () => {
addEmbeddedWalletRecoveryEmail: () => Promise<void>;
createOrRefreshAuthenticatorSession: (authenticatorType?: AuthenticatorType) => Promise<import("@dynamic-labs/wallet-connector-core").Wallet<import("@dynamic-labs/wallet-connector-core").WalletConnectorCore.WalletConnector> | undefined>;
};