UNPKG

@dynamic-labs/sdk-react-core

Version:

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

9 lines (8 loc) 359 B
export declare const useIsTurnkeyWallet: () => { hasRecoveryEmail: boolean; hasTurnkeyVerifiedCredentialAuthenticator: boolean; isSessionKeyCompatible: boolean; isTurnkeyWallet: boolean; isTurnkeyWalletWithoutAuthenticator: boolean; turnkeyVerifiedCredential: import("@dynamic-labs/sdk-api-core").JwtVerifiedCredential | undefined; };