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

params
object

Response

A successful response returns the following fields:
returns
v1PrivateKey[]
required
A promise that resolves to an array of v1PrivateKey objects.