Package: react-wallet-kit
Overview
Fetches all private keys for the current user.- Retrieves private keys from the Turnkey API.
- Supports stamping the request with a specific stamper (StamperType.Passkey, StamperType.ApiKey, or StamperType.Wallet).
Parameters
Response
A successful response returns the following fields:A promise that resolves to an array of
v1PrivateKey
objects.