]> git.codecow.com Git - libnemo.git/commitdiff
Fix JSDoc.
authorChris Duncan <chris@zoso.dev>
Mon, 22 Sep 2025 20:00:46 +0000 (13:00 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 22 Sep 2025 20:00:46 +0000 (13:00 -0700)
src/lib/wallet/index.ts

index 4e7a021db202238f3ec3acd82ba207ccb5104750..d116e436231c4eec55c160b2f5aa2d40dbe22aa5 100644 (file)
@@ -365,7 +365,7 @@ export class Wallet {
        * Fetches the lowest-indexed unopened account from a wallet in sequential\r
        * order. An account is unopened if it has no frontier block.\r
        *\r
-       * @param {Rpc|string|URL} rpc - RPC node information required to refresh accounts, calculate PoW, and process blocks\r
+       * @param {Rpc} rpc - RPC node information required to refresh accounts, calculate PoW, and process blocks\r
        * @param {number} batchSize - Number of accounts to fetch and check per RPC callout\r
        * @param {number} from - Account index from which to start the search\r
        * @returns {Promise<Account>} The lowest-indexed unopened account belonging to the wallet\r