UNPKG

@dappykit/sdk

Version:

Web3 SDK for DApps

7 lines (6 loc) 270 B
/** * Derivation v1 string that should be signed using Webauthn to receive a master account * * Min 16 bytes - https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API */ export declare const DERIVATION_DATA_V1 = "DappyKit master account extraction";