Skip to content

Commit

Permalink
Export private Wallet fields
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Sep 21, 2023
1 parent 87de815 commit 579b69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnolang/tm2-js-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "Tendermint2 JS / TS Client",
"main": "./bin/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import { sortedJsonStringify } from '@cosmjs/amino/build/signdoc';
* that can interact with the blockchain
*/
export class Wallet {
private provider: Provider;
private signer: Signer;
protected provider: Provider;
protected signer: Signer;

/**
* Connects the wallet to the specified {@link Provider}
Expand Down

0 comments on commit 579b69d

Please sign in to comment.