![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "amount.h"#include "base58.h"#include "core_io.h"#include "init.h"#include "net.h"#include "rpc/server.h"#include "timedata.h"#include "util.h"#include "utilmoneystr.h"#include "wallet/wallet.h"#include "wallet/walletdb.h"#include <stdint.h>#include <fstream>#include <boost/algorithm/string.hpp>#include <boost/assign/list_of.hpp>#include <univalue.h>Go to the source code of this file.
Classes | |
| struct | tallyitem |
Functions | |
| std::string | HelpRequiringPassphrase () |
| void | EnsureWallet () |
| void | EnsureWalletIsUnlocked (bool fAllowAnonOnly) |
| void | WalletTxToJSON (const CWalletTx &wtx, UniValue &entry) |
| std::string | AccountFromValue (const UniValue &value) |
| UniValue | getnewaddress (const UniValue ¶ms, bool fHelp) |
| CBitcoinAddress | GetAccountAddress (std::string strAccount, bool bForceNew=false) |
| CBitcoinAddress | GetHDAccountAddress (std::string strAccount, uint32_t nAccountIndex, bool bForceNew=false) |
| UniValue | getaccountaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | getrawchangeaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | setaccount (const UniValue ¶ms, bool fHelp) |
| UniValue | getaccount (const UniValue ¶ms, bool fHelp) |
| UniValue | getaddressesbyaccount (const UniValue ¶ms, bool fHelp) |
| void | SendMoney (const CTxDestination &address, CAmount nValue, CWalletTx &wtxNew, bool fUseIX=false) |
| UniValue | listaddressgroupings (const UniValue ¶ms, bool fHelp) |
| UniValue | signmessage (const UniValue ¶ms, bool fHelp) |
| UniValue | getreceivedbyaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | getreceivedbyaccount (const UniValue ¶ms, bool fHelp) |
| CAmount | GetAccountBalance (CWalletDB &walletdb, const std::string &strAccount, int nMinDepth, const isminefilter &filter) |
| CAmount | GetAccountBalance (const std::string &strAccount, int nMinDepth, const isminefilter &filter) |
| UniValue | getbalance (const UniValue ¶ms, bool fHelp) |
| UniValue | getbalances (const UniValue ¶ms, bool fHelp) |
| UniValue | getunconfirmedbalance (const UniValue ¶ms, bool fHelp) |
| UniValue | movecmd (const UniValue ¶ms, bool fHelp) |
| UniValue | sendfrom (const UniValue ¶ms, bool fHelp) |
| UniValue | sendmany (const UniValue ¶ms, bool fHelp) |
| CScript | _createmultisig_redeemScript (const UniValue ¶ms) |
| Used by addmultisigaddress / createmultisig: More... | |
| UniValue | addmultisigaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | ListReceived (const UniValue ¶ms, bool fByAccounts) |
| UniValue | listreceivedbyaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | listreceivedbyaccount (const UniValue ¶ms, bool fHelp) |
| void | ListTransactions (const CWalletTx &wtx, const std::string &strAccount, int nMinDepth, bool fLong, UniValue &ret, const isminefilter &filter) |
| void | AcentryToJSON (const CAccountingEntry &acentry, const std::string &strAccount, UniValue &ret) |
| UniValue | listtransactions (const UniValue ¶ms, bool fHelp) |
| UniValue | listtransactionsbypaymentid (const UniValue ¶ms, bool fHelp) |
| UniValue | listaccounts (const UniValue ¶ms, bool fHelp) |
| UniValue | listsinceblock (const UniValue ¶ms, bool fHelp) |
| UniValue | gettransaction (const UniValue ¶ms, bool fHelp) |
| UniValue | backupwallet (const UniValue ¶ms, bool fHelp) |
| UniValue | keypoolrefill (const UniValue ¶ms, bool fHelp) |
| UniValue | unlockwallet (const UniValue ¶ms, bool fHelp) |
| UniValue | walletpassphrasechange (const UniValue ¶ms, bool fHelp) |
| UniValue | walletlock (const UniValue ¶ms, bool fHelp) |
| UniValue | encryptwallet (const UniValue ¶ms, bool fHelp) |
| UniValue | lockunspent (const UniValue ¶ms, bool fHelp) |
| UniValue | listlockunspent (const UniValue ¶ms, bool fHelp) |
| UniValue | settxfee (const UniValue ¶ms, bool fHelp) |
| UniValue | getwalletinfo (const UniValue ¶ms, bool fHelp) |
| UniValue | gettxcount (const UniValue ¶ms, bool fHelp) |
| UniValue | reservebalance (const UniValue ¶ms, bool fHelp) |
| UniValue | setstakesplitthreshold (const UniValue ¶ms, bool fHelp) |
| UniValue | getstakesplitthreshold (const UniValue ¶ms, bool fHelp) |
| UniValue | autocombinedust (const UniValue ¶ms, bool fHelp) |
| UniValue | printMultiSend () |
| UniValue | printAddresses () |
| unsigned int | sumMultiSend () |
| UniValue | multisend (const UniValue ¶ms, bool fHelp) |
| UniValue | createprivacywallet (const UniValue ¶ms, bool fHelp) |
| UniValue | createprivacyaccount (const UniValue ¶ms, bool fHelp) |
| UniValue | showstealthaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | generateintegratedaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | importkeys (const UniValue ¶ms, bool fHelp) |
| UniValue | createprivacysubaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | readmasteraccount (const UniValue ¶ms, bool fHelp) |
| UniValue | decodestealthaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | sendtostealthaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | sendalltostealthaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | setdecoyconfirmation (const UniValue ¶ms, bool fHelp) |
| UniValue | getdecoyconfirmation (const UniValue ¶ms, bool fHelp) |
| std::string | GetHex (const unsigned char *vch, int sz) |
| UniValue | revealviewprivatekey (const UniValue ¶ms, bool fHelp) |
| UniValue | revealspendprivatekey (const UniValue ¶ms, bool fHelp) |
| UniValue | showtxprivatekeys (const UniValue ¶ms, bool fHelp) |
| UniValue | rescan (const UniValue ¶ms, bool fHelp) |
| UniValue | rescanwallettransactions (const UniValue ¶ms, bool fHelp) |
| UniValue | erasewallettransactions (const UniValue ¶ms, bool fHelp) |
| UniValue | revealmnemonicphrase (const UniValue ¶ms, bool fHelp) |
| UniValue | erasefromwallet (const UniValue ¶ms, bool fHelp) |
Variables | |
| int64_t | nWalletUnlockTime |
| std::string AccountFromValue | ( | const UniValue & | value | ) |
Definition at line 81 of file rpcwallet.cpp.
| void AcentryToJSON | ( | const CAccountingEntry & | acentry, |
| const std::string & | strAccount, | ||
| UniValue & | ret | ||
| ) |
Definition at line 1211 of file rpcwallet.cpp.
Definition at line 1882 of file rpcwallet.cpp.
| void EnsureWallet | ( | ) |
Definition at line 37 of file rpcwallet.cpp.
| void EnsureWalletIsUnlocked | ( | bool | fAllowAnonOnly | ) |
Definition at line 45 of file rpcwallet.cpp.
| CBitcoinAddress GetAccountAddress | ( | std::string | strAccount, |
| bool | bForceNew = false |
||
| ) |
Definition at line 126 of file rpcwallet.cpp.
| CAmount GetAccountBalance | ( | const std::string & | strAccount, |
| int | nMinDepth, | ||
| const isminefilter & | filter | ||
| ) |
| CAmount GetAccountBalance | ( | CWalletDB & | walletdb, |
| const std::string & | strAccount, | ||
| int | nMinDepth, | ||
| const isminefilter & | filter | ||
| ) |
Definition at line 567 of file rpcwallet.cpp.
| CBitcoinAddress GetHDAccountAddress | ( | std::string | strAccount, |
| uint32_t | nAccountIndex, | ||
| bool | bForceNew = false |
||
| ) |
Definition at line 161 of file rpcwallet.cpp.
| std::string GetHex | ( | const unsigned char * | vch, |
| int | sz | ||
| ) |
| std::string HelpRequiringPassphrase | ( | ) |
Definition at line 32 of file rpcwallet.cpp.
Definition at line 964 of file rpcwallet.cpp.
| void ListTransactions | ( | const CWalletTx & | wtx, |
| const std::string & | strAccount, | ||
| int | nMinDepth, | ||
| bool | fLong, | ||
| UniValue & | ret, | ||
| const isminefilter & | filter | ||
| ) |
Definition at line 1149 of file rpcwallet.cpp.
| UniValue printAddresses | ( | ) |
Definition at line 2303 of file rpcwallet.cpp.
| UniValue printMultiSend | ( | ) |
Definition at line 2275 of file rpcwallet.cpp.
| void SendMoney | ( | const CTxDestination & | address, |
| CAmount | nValue, | ||
| CWalletTx & | wtxNew, | ||
| bool | fUseIX = false |
||
| ) |
Definition at line 347 of file rpcwallet.cpp.
| unsigned int sumMultiSend | ( | ) |
Definition at line 2332 of file rpcwallet.cpp.
Definition at line 1743 of file rpcwallet.cpp.
Definition at line 1811 of file rpcwallet.cpp.
| int64_t nWalletUnlockTime |
Definition at line 29 of file rpcwallet.cpp.
1.8.17