]> git.codecow.com Git - libnemo.git/commit
Migrate wallet unlock method to separate module and remove return value.
authorChris Duncan <chris@zoso.dev>
Mon, 18 Aug 2025 16:36:16 +0000 (09:36 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 18 Aug 2025 16:36:16 +0000 (09:36 -0700)
commit56c31e74f339cdee8da17da4b49fb7da25cfc0c3
treed4669a6d21d95eedc38329809ab3f697107f18da
parent0cded0e9440cb826edbb3c83d139910646cdaebb
Migrate wallet unlock method to separate module and remove return value.
src/lib/wallet/index.ts
src/lib/wallet/ledger.ts
src/lib/wallet/unlock.ts [new file with mode: 0644]
test/test.import-wallet.mjs
test/test.lock-unlock.mjs