From: Chris Duncan Date: Sun, 10 Aug 2025 00:47:50 +0000 (-0700) Subject: Add getter for wallet safe to enable calls from modularized functions. X-Git-Tag: v0.10.5~41^2~139 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=ff62a594568d24f79ec9a454dab5e381d1dd2e60;p=libnemo.git Add getter for wallet safe to enable calls from modularized functions. --- diff --git a/src/lib/wallet/wallet.ts b/src/lib/wallet/wallet.ts index cd78d37..4220301 100644 --- a/src/lib/wallet/wallet.ts +++ b/src/lib/wallet/wallet.ts @@ -168,6 +168,7 @@ export class Wallet { #type: WalletType get id () { return this.#id } + get safe () { return this.#safe } get type () { return this.#type } /** Set when calling `create()` and self-destructs after the first read. */