| Raw Transactions
|
| createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,"data":"hex",...} ( locktime )
|
| decoderawtransaction "hexstring"
|
| decodescript "hex"
|
| fundrawtransaction "hexstring" ( options )
|
| getrawtransaction "txid" ( verbose )
|
| sendrawtransaction "hexstring" ( allowhighfees )
|
| signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )
|
| Wallet
|
| abandontransaction "txid"
|
| addmultisigaddress nrequired ["key",...] ( "account" )
|
| addwitnessaddress "address"
|
| backupwallet "destination"
|
| dumpprivkey "litecoinaddress"
|
| dumpwallet "filename"
|
| getaccount "litecoinaddress"
|
| getaccountaddress "account"
|
| getaddressesbyaccount "account"
|
| getbalance ( "account" minconf includeWatchonly )
|
| getnewaddress ( "account" )
|
| getrawchangeaddress
|
| getreceivedbyaccount "account" ( minconf )
|
| getreceivedbyaddress "litecoinaddress" ( minconf )
|
| gettransaction "txid" ( includeWatchonly )
|
| getunconfirmedbalance
|
| getwalletinfo
|
| importaddress "address" ( "label" rescan p2sh )
|
| importprivkey "litecoinprivkey" ( "label" rescan )
|
| importprunedfunds
|
| importpubkey "pubkey" ( "label" rescan )
|
| importwallet "filename"
|
| keypoolrefill ( newsize )
|
| listaccounts ( minconf includeWatchonly)
|
| listaddressgroupings
|
| listlockunspent
|
| listreceivedbyaccount ( minconf includeempty includeWatchonly)
|
| listreceivedbyaddress ( minconf includeempty includeWatchonly)
|
| listsinceblock ( "blockhash" target-confirmations includeWatchonly)
|
| listtransactions ( "account" count from includeWatchonly)
|
| listunspent ( minconf maxconf ["address",...] )
|
| lockunspent unlock ([{"txid":"txid","vout":n},...])
|
| move "fromaccount" "toaccount" amount ( minconf "comment" )
|
| removeprunedfunds "txid"
|
| sendfrom "fromaccount" "tosexcoinaddress" amount ( minconf "comment" "comment-to" )
|
| sendmany "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
|
| sendtoaddress "sexcoinaddress" amount ( "comment" "comment-to" subtractfeefromamount )
|
| setaccount "sexcoinaddress" "account"
|
| settxfee amount
|
| signmessage "sexcoinaddress" "message"
|
| walletlock
|
| walletpassphrase "passphrase" timeout
|
| walletpassphrasechange "oldpassphrase" "newpassphrase"
|