Hook to authenticate and connect to an embedded wallet
function useEmbeddedWallet(): { connect: (authParams: AuthParams) => Promise<EmbeddedWallet>; sendVerificationEmail: (__namedParameters: { email: string; }) => Promise<SendEmailOtpReturnType>;};
let returnType: { connect: (authParams: AuthParams) => Promise<EmbeddedWallet>; sendVerificationEmail: (__namedParameters: { email: string; }) => Promise<SendEmailOtpReturnType>;};
A function to connect to an embedded wallet