@safe-global/protocol-kit
Version:
SDK that facilitates the interaction with Safe Smart Accounts
12 lines • 366 B
TypeScript
export type PasskeyCoordinates = {
x: string;
y: string;
};
export type GetPasskeyCredentialFn = (options?: CredentialRequestOptions) => Promise<Credential>;
export type PasskeyArgType = {
rawId: string;
coordinates: PasskeyCoordinates;
customVerifierAddress?: string;
getFn?: GetPasskeyCredentialFn;
};
//# sourceMappingURL=passkeys.d.ts.map