We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e56677 commit 4328a49Copy full SHA for 4328a49
lib/commands.js
@@ -49,6 +49,7 @@ module.exports = {
49
help: 'help',
50
importAddress: 'importaddress', // bitcoind v0.10.0+
51
importPrivKey: 'importprivkey',
52
+ importWallet: 'importwallet', // bitcoind v0.9.0+
53
keypoolRefill: 'keypoolrefill',
54
keyPoolRefill: 'keypoolrefill',
55
listAccounts: 'listaccounts',
@@ -62,6 +63,7 @@ module.exports = {
62
63
lockUnspent: 'lockunspent', // bitcoind v0.8.0+
64
move: 'move',
65
ping: 'ping', // bitcoind v0.9.0+
66
+ prioritiseTransaction: 'prioritisetransaction', // bitcoind v0.10.0+
67
sendFrom: 'sendfrom',
68
sendMany: 'sendmany',
69
sendRawTransaction: 'sendrawtransaction', // bitcoind v0.7.0+
0 commit comments