From 678ff06f9fa6633605946919153c9e2b626a9668 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 10 May 2023 19:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=9C=B0=E5=9D=80=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E8=87=B3=E5=85=A8=E5=B1=80=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/Wallet.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/Wallet.ts b/src/modules/Wallet.ts index d389330..1a49568 100644 --- a/src/modules/Wallet.ts +++ b/src/modules/Wallet.ts @@ -31,6 +31,7 @@ class WalletClass extends BaseModule { public toJson() { return { key: this.key, + address: this.address, salt: this.salt, } }