UNPKG

@rize-labs/banana-passkey-manager

Version:

Passkey management module by Banana Team

4 lines (3 loc) 245 B
import { IWebAuthnRegistrationResponse } from "./types"; export declare const getPasskeyMeta: (walletIdentifier: string) => Promise<IWebAuthnRegistrationResponse>; export declare const isUserNameUnqiue: (walletName: string) => Promise<boolean>;