}\r
\r
/**\r
- * Validates a Nano address with 'nano' and 'xrb' prefixes\r
- * rived from https://github.com/alecrios/nano-address-validator\r
+ * Validates a Nano address with 'nano' and 'xrb' prefixes.\r
+ * Derived from https://github.com/alecrios/nano-address-validator\r
*\r
* @param {string} address - Nano address to validate\r
* @throws Error if address is undefined, not a string, or an invalid format\r
//! SPDX-License-Identifier: GPL-3.0-or-later
import { Blake2b } from '#crypto'
-import { Wallet } from '#wallet'
import { Account } from './lib/account'
import { Block } from './lib/block'
import { Rolodex } from './lib/rolodex'
import { Rpc } from './lib/rpc'
import { Tools } from './lib/tools'
+import { Wallet } from './lib/wallet'
export {
Account,