@ecency/wallets 5.0.83 → 5.0.85
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,8 @@ Built and maintained by [Ecency](https://ecency.com), an open-source social plat
|
|
|
17
17
|
- `encryptMemoWithAccounts` / `decryptMemoWithAccounts` – encrypt or decrypt memos by looking up account memo keys
|
|
18
18
|
- `useGetExternalWalletBalanceQuery` – retrieve balances for external wallets such as BTC, ETH, BNB, SOL, TRON, TON, or APT through Ecency's private API
|
|
19
19
|
|
|
20
|
+
Blockchain mutations live in `@ecency/sdk`. `useWalletOperation` is re-exported from this package for compatibility but is the SDK's implementation.
|
|
21
|
+
|
|
20
22
|
## Installation
|
|
21
23
|
|
|
22
24
|
```sh
|