From: Chris Duncan Date: Wed, 20 Aug 2025 20:59:40 +0000 (-0700) Subject: Formatting. X-Git-Tag: v0.10.5~41^2~26 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=af6655de41e4ee138726e8b0c0b2088fb79d3207;p=libnemo.git Formatting. --- diff --git a/src/lib/account.ts b/src/lib/account.ts index f624d0b..bddbafa 100644 --- a/src/lib/account.ts +++ b/src/lib/account.ts @@ -265,8 +265,8 @@ export class Account { } /** - * Validates a Nano address with 'nano' and 'xrb' prefixes - * rived from https://github.com/alecrios/nano-address-validator + * Validates a Nano address with 'nano' and 'xrb' prefixes. + * Derived from https://github.com/alecrios/nano-address-validator * * @param {string} address - Nano address to validate * @throws Error if address is undefined, not a string, or an invalid format diff --git a/src/main.ts b/src/main.ts index dd9a3d0..9acb5d5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,12 +2,12 @@ //! 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,