UNPKG

permissionless

Version:

A utility library for working with ERC-4337

4 lines 461 B
export { type StartRegistrationParameters, type StartRegistrationReturnType, startRegistration } from "./passkeyServer/startRegistration.js"; export { type VerifyRegistrationParameters, type VerifyRegistrationReturnType, verifyRegistration } from "./passkeyServer/verifyRegistration.js"; export { type GetCredentialsParameters, type GetCredentialsReturnType, getCredentials } from "./passkeyServer/getCredentials.js"; //# sourceMappingURL=passkeyServer.d.ts.map