@gnolang/tm2-js-client 1.1.0 → 1.1.1

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.
@@ -8,8 +8,8 @@ import { AccountWalletOption, CreateWalletOptions } from './types';
8
8
  * that can interact with the blockchain
9
9
  */
10
10
  export declare class Wallet {
11
- private provider;
12
- private signer;
11
+ protected provider: Provider;
12
+ protected signer: Signer;
13
13
  /**
14
14
  * Connects the wallet to the specified {@link Provider}
15
15
  * @param {Provider} provider the active {@link Provider}, if any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnolang/tm2-js-client",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Tendermint2 JS / TS Client",
5
5
  "main": "./bin/index.js",
6
6
  "repository": {