![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <boost/assign/list_of.hpp>
#include "wallet.h"
#include "walletdb.h"
#include "bitcoinrpc.h"
#include "init.h"
#include "base58.h"
Go to the source code of this file.
Classes | |
struct | tallyitem |
class | DescribeAddressVisitor |
Functions | |
std::string | HelpRequiringPassphrase () |
void | EnsureWalletIsUnlocked () |
void | WalletTxToJSON (const CWalletTx &wtx, Object &entry) |
string | AccountFromValue (const Value &value) |
Value | getinfo (const Array ¶ms, bool fHelp) |
Value | getnewaddress (const Array ¶ms, bool fHelp) |
CBitcoinAddress | GetAccountAddress (string strAccount, bool bForceNew=false) |
Value | getaccountaddress (const Array ¶ms, bool fHelp) |
Value | setaccount (const Array ¶ms, bool fHelp) |
Value | getaccount (const Array ¶ms, bool fHelp) |
Value | getaddressesbyaccount (const Array ¶ms, bool fHelp) |
Value | setmininput (const Array ¶ms, bool fHelp) |
Value | sendtoaddress (const Array ¶ms, bool fHelp) |
Value | listaddressgroupings (const Array ¶ms, bool fHelp) |
Value | signmessage (const Array ¶ms, bool fHelp) |
Value | verifymessage (const Array ¶ms, bool fHelp) |
Value | getreceivedbyaddress (const Array ¶ms, bool fHelp) |
void | GetAccountAddresses (string strAccount, set< CTxDestination > &setAddress) |
Value | getreceivedbyaccount (const Array ¶ms, bool fHelp) |
int64 | GetAccountBalance (CWalletDB &walletdb, const string &strAccount, int nMinDepth) |
int64 | GetAccountBalance (const string &strAccount, int nMinDepth) |
Value | getbalance (const Array ¶ms, bool fHelp) |
Value | movecmd (const Array ¶ms, bool fHelp) |
Value | sendfrom (const Array ¶ms, bool fHelp) |
Value | sendmany (const Array ¶ms, bool fHelp) |
Value | addmultisigaddress (const Array ¶ms, bool fHelp) |
Value | createmultisig (const Array ¶ms, bool fHelp) |
Value | ListReceived (const Array ¶ms, bool fByAccounts) |
Value | listreceivedbyaddress (const Array ¶ms, bool fHelp) |
Value | listreceivedbyaccount (const Array ¶ms, bool fHelp) |
void | ListTransactions (const CWalletTx &wtx, const string &strAccount, int nMinDepth, bool fLong, Array &ret) |
void | AcentryToJSON (const CAccountingEntry &acentry, const string &strAccount, Array &ret) |
Value | listtransactions (const Array ¶ms, bool fHelp) |
Value | listaccounts (const Array ¶ms, bool fHelp) |
Value | listsinceblock (const Array ¶ms, bool fHelp) |
Value | gettransaction (const Array ¶ms, bool fHelp) |
Value | backupwallet (const Array ¶ms, bool fHelp) |
Value | keypoolrefill (const Array ¶ms, bool fHelp) |
void | ThreadTopUpKeyPool (void *parg) |
void | ThreadCleanWalletPassphrase (void *parg) |
Value | walletpassphrase (const Array ¶ms, bool fHelp) |
Value | walletpassphrasechange (const Array ¶ms, bool fHelp) |
Value | walletlock (const Array ¶ms, bool fHelp) |
Value | encryptwallet (const Array ¶ms, bool fHelp) |
Value | validateaddress (const Array ¶ms, bool fHelp) |
Value | lockunspent (const Array ¶ms, bool fHelp) |
Value | listlockunspent (const Array ¶ms, bool fHelp) |
Variables | |
int64 | nWalletUnlockTime |
string AccountFromValue | ( | const Value & | value | ) |
Definition at line 54 of file rpcwallet.cpp.
void AcentryToJSON | ( | const CAccountingEntry & | acentry, |
const string & | strAccount, | ||
Array & | ret | ||
) |
Definition at line 1040 of file rpcwallet.cpp.
Definition at line 786 of file rpcwallet.cpp.
Definition at line 1262 of file rpcwallet.cpp.
Definition at line 810 of file rpcwallet.cpp.
Definition at line 1443 of file rpcwallet.cpp.
void EnsureWalletIsUnlocked | ( | ) |
Definition at line 29 of file rpcwallet.cpp.
Definition at line 215 of file rpcwallet.cpp.
CBitcoinAddress GetAccountAddress | ( | string | strAccount, |
bool | bForceNew = false |
||
) |
Definition at line 128 of file rpcwallet.cpp.
Definition at line 166 of file rpcwallet.cpp.
void GetAccountAddresses | ( | string | strAccount, |
set< CTxDestination > & | setAddress | ||
) |
Definition at line 447 of file rpcwallet.cpp.
Definition at line 496 of file rpcwallet.cpp.
int64 GetAccountBalance | ( | const string & | strAccount, |
int | nMinDepth | ||
) |
Definition at line 521 of file rpcwallet.cpp.
Definition at line 234 of file rpcwallet.cpp.
Definition at line 528 of file rpcwallet.cpp.
Definition at line 62 of file rpcwallet.cpp.
Definition at line 99 of file rpcwallet.cpp.
Definition at line 458 of file rpcwallet.cpp.
Definition at line 408 of file rpcwallet.cpp.
Definition at line 1228 of file rpcwallet.cpp.
std::string HelpRequiringPassphrase | ( | ) |
Definition at line 22 of file rpcwallet.cpp.
Definition at line 1277 of file rpcwallet.cpp.
Definition at line 1115 of file rpcwallet.cpp.
Definition at line 305 of file rpcwallet.cpp.
Definition at line 1587 of file rpcwallet.cpp.
Definition at line 847 of file rpcwallet.cpp.
Definition at line 964 of file rpcwallet.cpp.
Definition at line 947 of file rpcwallet.cpp.
Definition at line 1165 of file rpcwallet.cpp.
void ListTransactions | ( | const CWalletTx & | wtx, |
const string & | strAccount, | ||
int | nMinDepth, | ||
bool | fLong, | ||
Array & | ret | ||
) |
Definition at line 979 of file rpcwallet.cpp.
Definition at line 1057 of file rpcwallet.cpp.
Definition at line 1539 of file rpcwallet.cpp.
Definition at line 579 of file rpcwallet.cpp.
Definition at line 629 of file rpcwallet.cpp.
Definition at line 669 of file rpcwallet.cpp.
Definition at line 273 of file rpcwallet.cpp.
Definition at line 185 of file rpcwallet.cpp.
Definition at line 256 of file rpcwallet.cpp.
Definition at line 336 of file rpcwallet.cpp.
void ThreadCleanWalletPassphrase | ( | void * | parg | ) |
Definition at line 1304 of file rpcwallet.cpp.
void ThreadTopUpKeyPool | ( | void * | parg | ) |
Definition at line 1296 of file rpcwallet.cpp.
Definition at line 1510 of file rpcwallet.cpp.
Definition at line 371 of file rpcwallet.cpp.
Definition at line 1420 of file rpcwallet.cpp.
Definition at line 1348 of file rpcwallet.cpp.
Definition at line 1387 of file rpcwallet.cpp.
Definition at line 35 of file rpcwallet.cpp.
int64 nWalletUnlockTime |
Definition at line 19 of file rpcwallet.cpp.