add command getTxOutProof

This commit is contained in:
Sean Lavine 2015-07-12 09:39:50 -07:00
parent 0ef43d8555
commit d25098240b

View File

@ -43,6 +43,7 @@ module.exports = {
getReceivedByAddress: 'getreceivedbyaddress',
getTransaction: 'gettransaction',
getTxOut: 'gettxout', // bitcoind v0.7.0+
getTxOutProof: 'gettxoutproof', // bitcoind v0.11.0+
getTxOutSetInfo: 'gettxoutsetinfo', // bitcoind v0.7.0+
getUnconfirmedBalance: 'getunconfirmedbalance', // bitcoind v0.9.0+
getWalletInfo: 'getwalletinfo', // bitcoind v0.9.2+