UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 319 B
import { InternalWalletConnector } from '@dynamic-labs/wallet-connector-core'; export type MultiWalletInternalEvents = { triggerComputePrimaryWalletMultiWalletStateFromAccounts: (props: { accounts: string[]; }) => void; triggerConnectAndSign: (walletConnector?: InternalWalletConnector) => void; };