UNPKG

@dappykit/sdk

Version:

Web3 SDK for DApps

7 lines (6 loc) 116 B
/** * Webauthn class */ export declare class Webauthn { signDerivationData(data?: string): Promise<string>; }