Skip to content

Commit

Permalink
Merge pull request #167 from AtomicLoans/add-getConnectedNetwork
Browse files Browse the repository at this point in the history
Add getConnectedNetwork to Client.js
  • Loading branch information
matthewjablack committed Apr 9, 2019
2 parents c6fd3a5 + 17f5cfa commit c7342d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,10 @@ export default class Client {
return this.getMethod('getWalletInfo')()
}

async getConnectedNetwork () {
return this.getMethod('getConnectedNetwork')()
}

async getAddressMempool (addresses) {
return this.getMethod('getAddressMempool')(addresses)
}
Expand Down

0 comments on commit c7342d9

Please sign in to comment.