bitcoin-cli update + add wallet functions
This commit is contained in:
parent
c053e7d05e
commit
199076e104
|
@ -106,6 +106,7 @@ _bitcoin-cli() {
|
|||
'createrawtransaction'
|
||||
'decoderawtransaction'
|
||||
'decodescript'
|
||||
'fundrawtransaction'
|
||||
'getrawtransaction'
|
||||
'sendrawtransaction'
|
||||
'signrawtransaction'
|
||||
|
@ -117,6 +118,51 @@ _bitcoin-cli() {
|
|||
'signmessagewithprivkey'
|
||||
'validateaddress'
|
||||
'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
|
||||
|
|
Loading…
Reference in New Issue