From c6d956bc3fee7450b82365b021951e04f1a145a7 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 2 Aug 2025 02:40:39 -0700 Subject: [PATCH] Update type definition for wallet. --- src/types.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/types.d.ts b/src/types.d.ts index 55fae05..3c16b10 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -603,6 +603,12 @@ export declare class Wallet { */ static create (type: 'BIP-44' | 'BLAKE2b', password: string, mnemonicSalt?: string): Promise /** + * Retrieves all wallet IDs from the database. + * + * @returns Array of hexadecimal-formatted wallet IDs + */ + static export (): Promise + /** * Imports an existing HD wallet by using an entropy value generated using a * cryptographically strong pseudorandom number generator.NamedD * -- 2.47.3