From 1a9f9570461cdfae2efed2b91a58c132a573001b Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Mon, 22 Sep 2025 13:00:46 -0700 Subject: [PATCH] Fix JSDoc. --- src/lib/wallet/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wallet/index.ts b/src/lib/wallet/index.ts index 4e7a021..d116e43 100644 --- a/src/lib/wallet/index.ts +++ b/src/lib/wallet/index.ts @@ -365,7 +365,7 @@ export class Wallet { * Fetches the lowest-indexed unopened account from a wallet in sequential * order. An account is unopened if it has no frontier block. * - * @param {Rpc|string|URL} rpc - RPC node information required to refresh accounts, calculate PoW, and process blocks + * @param {Rpc} rpc - RPC node information required to refresh accounts, calculate PoW, and process blocks * @param {number} batchSize - Number of accounts to fetch and check per RPC callout * @param {number} from - Account index from which to start the search * @returns {Promise} The lowest-indexed unopened account belonging to the wallet -- 2.47.3