Skip to content

Commit

Permalink
Merge pull request #3 from pedrobranco/feature/add-new-calls-0-12
Browse files Browse the repository at this point in the history
Add new 0.12 version methods
  • Loading branch information
ruimarinho committed Feb 19, 2016
2 parents bd98d0a + 09acbb3 commit b43a766
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default {
addMultiSigAddress: '>=0.1.0',
addNode: '>=0.8.0',
backupWallet: '>=0.3.12',
clearBanned: '>=0.12.0',
createMultiSig: '>=0.1.0',
createRawTransaction: '>=0.7.0',
decodeRawTransaction: '>=0.7.0',
Expand All @@ -19,6 +20,9 @@ export default {
encryptWallet: '>=0.1.0',
estimateFee: '>=0.10.0',
estimatePriority: '>=0.10.0',
estimateSmartFee: '>=0.12.0',
estimateSmartPriority: '>=0.12.0',
fundRawTransaction: '>=0.12.0',
generate: '>=0.11.0',
getAccount: '>=0.1.0',
getAccountAddress: '>=0.3.18',
Expand Down Expand Up @@ -60,6 +64,7 @@ export default {
help: '>=0.1.0',
importAddress: '>=0.10.0',
importPrivKey: '>=0.6.0',
importPubKey: '>=0.12.0',
importWallet: '>=0.9.0',
keypoolRefill: '>=0.1.0',
listAccounts: '>=0.1.0',
Expand Down

0 comments on commit b43a766

Please sign in to comment.