UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

12 lines (11 loc) 423 B
type Props = { environmentId: string; sessionKeys: string | undefined; setSessionKeySessionStorage: (sessionKeysBase64: string) => void; }; export declare const getSessionKeyCompatibleConnectorFetchers: ({ environmentId, sessionKeys, setSessionKeySessionStorage, }: Props) => { registerEmbeddedWalletSessionKey: ({ ignoreRestore, }?: { ignoreRestore?: boolean; }) => Promise<any>; }; export {};