]> git.codecow.com Git - libnemo.git/commitdiff
Add getter for wallet safe to enable calls from modularized functions.
authorChris Duncan <chris@zoso.dev>
Sun, 10 Aug 2025 00:47:50 +0000 (17:47 -0700)
committerChris Duncan <chris@zoso.dev>
Sun, 10 Aug 2025 00:47:50 +0000 (17:47 -0700)
src/lib/wallet/wallet.ts

index cd78d37451eee02079c963fcf4b95856d921cc6e..4220301a626b38c6f18337714484411cc72506c1 100644 (file)
@@ -168,6 +168,7 @@ export class Wallet {
        #type: WalletType\r
 \r
        get id () { return this.#id }\r
+       get safe () { return this.#safe }\r
        get type () { return this.#type }\r
 \r
        /** Set when calling `create()` and self-destructs after the first read. */\r