@ecency/wallets 1.3.13 → 1.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/ecency-sdk.es.js +3348 -3347
- package/dist/modules/wallets/enums/ecency-wallet-currency.d.ts +1 -1
- package/dist/modules/wallets/queries/use-get-external-wallet-query.d.ts +0 -1
- package/dist/modules/wallets/utils/build-external-transaction.d.ts +2 -7
- package/dist/modules/wallets/utils/detect-hive-key-derivation.d.ts +1 -2
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Utilities for managing Hive blockchain wallets and external cryptocurrency walle
|
|
|
13
13
|
- `buildExternalTx` – construct transactions or PSBTs for external chains
|
|
14
14
|
- `encryptMemoWithKeys` / `decryptMemoWithKeys` – encrypt or decrypt memos using explicit keys
|
|
15
15
|
- `encryptMemoWithAccounts` / `decryptMemoWithAccounts` – encrypt or decrypt memos by looking up account memo keys
|
|
16
|
-
- `useGetExternalWalletBalanceQuery` – retrieve balances for external wallets such as BTC, ETH, SOL, TRX, TON,
|
|
16
|
+
- `useGetExternalWalletBalanceQuery` – retrieve balances for external wallets such as BTC, ETH, BNB, SOL, TRX, TON, or APT
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|