aboutsummaryrefslogtreecommitdiffstats
path: root/src/_bitcoin-cli
diff options
context:
space:
mode:
authorJordy van Wolferen <jordy@jvwdev.nl>2017-07-09 12:14:34 +0200
committerJordy van Wolferen <jordy@jvwdev.nl>2017-07-09 12:14:34 +0200
commit199076e1043a4f99e2dcffd2c00f087be8bd9bd0 (patch)
tree4f346173f331b5ae8a3d3418f97cb98abc0c734f /src/_bitcoin-cli
parentAdd completions for zcash-cli (diff)
downloadzsh-completions-199076e1043a4f99e2dcffd2c00f087be8bd9bd0.tar
zsh-completions-199076e1043a4f99e2dcffd2c00f087be8bd9bd0.tar.gz
zsh-completions-199076e1043a4f99e2dcffd2c00f087be8bd9bd0.tar.bz2
zsh-completions-199076e1043a4f99e2dcffd2c00f087be8bd9bd0.tar.lz
zsh-completions-199076e1043a4f99e2dcffd2c00f087be8bd9bd0.tar.xz
zsh-completions-199076e1043a4f99e2dcffd2c00f087be8bd9bd0.tar.zst
zsh-completions-199076e1043a4f99e2dcffd2c00f087be8bd9bd0.zip
bitcoin-cli update + add wallet functions
Diffstat (limited to 'src/_bitcoin-cli')
-rw-r--r--src/_bitcoin-cli46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/_bitcoin-cli b/src/_bitcoin-cli
index 1926218..8b61503 100644
--- a/src/_bitcoin-cli
+++ b/src/_bitcoin-cli
@@ -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