sdk38: Rename Secp256k1OfflineWallet -> Secp256k1Wallet

This commit is contained in:
willclarktech
2020-07-14 14:35:12 +02:00
parent 0561dd5dd5
commit 21f083336e
28 changed files with 82 additions and 89 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const wallet = await Secp256k1OfflineWallet.fromMnemonic(
const wallet = await Secp256k1Wallet.fromMnemonic(
"enlist hip relief stomach skate base shallow young switch frequent cry park",
);
const [{ address: senderAddress }] = await wallet.getAccounts();