From: Chris Duncan Date: Mon, 22 Sep 2025 20:00:46 +0000 (-0700) Subject: Fix JSDoc. X-Git-Tag: v0.10.5~12^2~15 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=1a9f9570461cdfae2efed2b91a58c132a573001b;p=libnemo.git Fix JSDoc. --- 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