@taquito/rpc 17.3.1 → 17.3.2

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 CHANGED
@@ -26,7 +26,7 @@ import { RpcClient } from '@taquito/rpc';
26
26
 
27
27
  const client = new RpcClient('https://YOUR_PREFERRED_RPC_URL');
28
28
 
29
- // Fetching the balance of an account
29
+ // Fetching the balance of an account in mutez (micro ꜩ)
30
30
  const balance = await client.getBalance('tz1VSUr8wwNhLAzempoch5d6hLRiTh8Cjcjb');
31
31
  ```
32
32
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "9e27326dabf764c55402c50be4d78681f2c78cca",
7
- "version": "17.3.1"
6
+ "commitHash": "a97e506efd61b86e39ae30db588401b8fda46553",
7
+ "version": "17.3.2"
8
8
  };
9
9
  //# sourceMappingURL=version.js.map
@@ -1351,8 +1351,8 @@ var OpKind;
1351
1351
 
1352
1352
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1353
1353
  const VERSION = {
1354
- "commitHash": "9e27326dabf764c55402c50be4d78681f2c78cca",
1355
- "version": "17.3.1"
1354
+ "commitHash": "a97e506efd61b86e39ae30db588401b8fda46553",
1355
+ "version": "17.3.2"
1356
1356
  };
1357
1357
 
1358
1358
  /***