bitcoin-cli update + add wallet functions
This commit is contained in:
parent
c053e7d05e
commit
199076e104
|
@ -106,6 +106,7 @@ _bitcoin-cli() {
|
||||||
'createrawtransaction'
|
'createrawtransaction'
|
||||||
'decoderawtransaction'
|
'decoderawtransaction'
|
||||||
'decodescript'
|
'decodescript'
|
||||||
|
'fundrawtransaction'
|
||||||
'getrawtransaction'
|
'getrawtransaction'
|
||||||
'sendrawtransaction'
|
'sendrawtransaction'
|
||||||
'signrawtransaction'
|
'signrawtransaction'
|
||||||
|
@ -117,6 +118,51 @@ _bitcoin-cli() {
|
||||||
'signmessagewithprivkey'
|
'signmessagewithprivkey'
|
||||||
'validateaddress'
|
'validateaddress'
|
||||||
'verifymessage'
|
'verifymessage'
|
||||||
|
'abandontransaction'
|
||||||
|
'addmultisigaddress'
|
||||||
|
'addwitnessaddress'
|
||||||
|
'backupwallet'
|
||||||
|
'bumpfee'
|
||||||
|
'dumpprivkey'
|
||||||
|
'dumpwallet'
|
||||||
|
'getaccount'
|
||||||
|
'getaccountaddress'
|
||||||
|
'getaddressesbyaccount'
|
||||||
|
'getbalance'
|
||||||
|
'getnewaddress'
|
||||||
|
'getrawchangeaddress'
|
||||||
|
'getreceivedbyaccount'
|
||||||
|
'getreceivedbyaddress'
|
||||||
|
'gettransaction'
|
||||||
|
'getunconfirmedbalance'
|
||||||
|
'getwalletinfo'
|
||||||
|
'importaddress'
|
||||||
|
'importmulti'
|
||||||
|
'importprivkey'
|
||||||
|
'importprunedfunds'
|
||||||
|
'importpubkey'
|
||||||
|
'importwallet'
|
||||||
|
'keypoolrefill'
|
||||||
|
'listaccounts'
|
||||||
|
'listaddressgroupings'
|
||||||
|
'listlockunspent'
|
||||||
|
'listreceivedbyaccount'
|
||||||
|
'listreceivedbyaddress'
|
||||||
|
'listsinceblock'
|
||||||
|
'listtransactions'
|
||||||
|
'listunspent'
|
||||||
|
'lockunspent'
|
||||||
|
'move'
|
||||||
|
'removeprunedfunds'
|
||||||
|
'sendfrom'
|
||||||
|
'sendmany'
|
||||||
|
'sendtoaddress'
|
||||||
|
'setaccount'
|
||||||
|
'settxfee'
|
||||||
|
'signmessage'
|
||||||
|
'walletlock'
|
||||||
|
'walletpassphrase'
|
||||||
|
'walletpassphrasechange'
|
||||||
)
|
)
|
||||||
|
|
||||||
_describe -t subcommands 'bitcoin-cli subcommands' subcommands && ret=0
|
_describe -t subcommands 'bitcoin-cli subcommands' subcommands && ret=0
|
||||||
|
|
Loading…
Reference in New Issue