![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "base58.h"
#include "rpcserver.h"
#include "init.h"
#include "net.h"
#include "netbase.h"
#include "util.h"
#include "wallet.h"
#include "walletdb.h"
#include <stdint.h>
#include <boost/assign/list_of.hpp>
#include "json/json_spirit_utils.h"
#include "json/json_spirit_value.h"
Go to the source code of this file.
Classes | |
struct | tallyitem |
Functions | |
std::string | HelpRequiringPassphrase () |
void | EnsureWalletIsUnlocked () |
void | WalletTxToJSON (const CWalletTx &wtx, Object &entry) |
string | AccountFromValue (const Value &value) |
Value | getnewaddress (const Array ¶ms, bool fHelp) |
CAnoncoinAddress | GetAccountAddress (string strAccount, bool bForceNew=false) |
Value | getaccountaddress (const Array ¶ms, bool fHelp) |
Value | getrawchangeaddress (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 | sendtoaddress (const Array ¶ms, bool fHelp) |
Value | listaddressgroupings (const Array ¶ms, bool fHelp) |
Value | signmessage (const Array ¶ms, bool fHelp) |
Value | getreceivedbyaddress (const Array ¶ms, bool fHelp) |
Value | getreceivedbyaccount (const Array ¶ms, bool fHelp) |
int64_t | GetAccountBalance (CWalletDB &walletdb, const string &strAccount, int nMinDepth, const isminefilter &filter) |
int64_t | GetAccountBalance (const string &strAccount, int nMinDepth, const isminefilter &filter) |
Value | getbalance (const Array ¶ms, bool fHelp) |
Value | getunconfirmedbalance (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) |
CScript | _createmultisig_redeemScript (const Array ¶ms) |
Value | addmultisigaddress (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, const isminefilter &filter) |
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) |
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 | lockunspent (const Array ¶ms, bool fHelp) |
Value | listlockunspent (const Array ¶ms, bool fHelp) |
Value | settxfee (const Array ¶ms, bool fHelp) |
Value | getwalletinfo (const Array ¶ms, bool fHelp) |
Variables | |
int64_t | nWalletUnlockTime |
CScript _createmultisig_redeemScript | ( | const Array & | params | ) |
Definition at line 195 of file rpcmisc.cpp.
string AccountFromValue | ( | const Value & | value | ) |
Definition at line 67 of file rpcwallet.cpp.
void AcentryToJSON | ( | const CAccountingEntry & | acentry, |
const string & | strAccount, | ||
Array & | ret | ||
) |
Definition at line 1196 of file rpcwallet.cpp.
Value addmultisigaddress | ( | const Array & | params, |
bool | fHelp | ||
) |
Value backupwallet | ( | const Array & | params, |
bool | fHelp | ||
) |
Value encryptwallet | ( | const Array & | params, |
bool | fHelp | ||
) |
void EnsureWalletIsUnlocked | ( | ) |
Definition at line 37 of file rpcwallet.cpp.
Value getaccount | ( | const Array & | params, |
bool | fHelp | ||
) |
CAnoncoinAddress GetAccountAddress | ( | string | strAccount, |
bool | bForceNew = false |
||
) |
Definition at line 114 of file rpcwallet.cpp.
Value getaccountaddress | ( | const Array & | params, |
bool | fHelp | ||
) |
int64_t GetAccountBalance | ( | CWalletDB & | walletdb, |
const string & | strAccount, | ||
int | nMinDepth, | ||
const isminefilter & | filter | ||
) |
Definition at line 556 of file rpcwallet.cpp.
int64_t GetAccountBalance | ( | const string & | strAccount, |
int | nMinDepth, | ||
const isminefilter & | filter | ||
) |
Value getaddressesbyaccount | ( | const Array & | params, |
bool | fHelp | ||
) |
Value getbalance | ( | const Array & | params, |
bool | fHelp | ||
) |
Value getnewaddress | ( | const Array & | params, |
bool | fHelp | ||
) |
Value getrawchangeaddress | ( | const Array & | params, |
bool | fHelp | ||
) |
Value getreceivedbyaccount | ( | const Array & | params, |
bool | fHelp | ||
) |
Value getreceivedbyaddress | ( | const Array & | params, |
bool | fHelp | ||
) |
Value gettransaction | ( | const Array & | params, |
bool | fHelp | ||
) |
Value getunconfirmedbalance | ( | const Array & | params, |
bool | fHelp | ||
) |
Value getwalletinfo | ( | const Array & | params, |
bool | fHelp | ||
) |
std::string HelpRequiringPassphrase | ( | ) |
Definition at line 30 of file rpcwallet.cpp.
Value keypoolrefill | ( | const Array & | params, |
bool | fHelp | ||
) |
Value listaccounts | ( | const Array & | params, |
bool | fHelp | ||
) |
Value listaddressgroupings | ( | const Array & | params, |
bool | fHelp | ||
) |
Value listlockunspent | ( | const Array & | params, |
bool | fHelp | ||
) |
Value ListReceived | ( | const Array & | params, |
bool | fByAccounts | ||
) |
Definition at line 940 of file rpcwallet.cpp.
Value listreceivedbyaccount | ( | const Array & | params, |
bool | fHelp | ||
) |
Value listreceivedbyaddress | ( | const Array & | params, |
bool | fHelp | ||
) |
Value listsinceblock | ( | const Array & | params, |
bool | fHelp | ||
) |
void ListTransactions | ( | const CWalletTx & | wtx, |
const string & | strAccount, | ||
int | nMinDepth, | ||
bool | fLong, | ||
Array & | ret, | ||
const isminefilter & | filter | ||
) |
Definition at line 1128 of file rpcwallet.cpp.
Value listtransactions | ( | const Array & | params, |
bool | fHelp | ||
) |
Value lockunspent | ( | const Array & | params, |
bool | fHelp | ||
) |
Value movecmd | ( | const Array & | params, |
bool | fHelp | ||
) |
Value sendfrom | ( | const Array & | params, |
bool | fHelp | ||
) |
Value sendmany | ( | const Array & | params, |
bool | fHelp | ||
) |
Value sendtoaddress | ( | const Array & | params, |
bool | fHelp | ||
) |
Value setaccount | ( | const Array & | params, |
bool | fHelp | ||
) |
Value settxfee | ( | const Array & | params, |
bool | fHelp | ||
) |
Value signmessage | ( | const Array & | params, |
bool | fHelp | ||
) |
Value walletlock | ( | const Array & | params, |
bool | fHelp | ||
) |
Value walletpassphrase | ( | const Array & | params, |
bool | fHelp | ||
) |
Value walletpassphrasechange | ( | const Array & | params, |
bool | fHelp | ||
) |
void WalletTxToJSON | ( | const CWalletTx & | wtx, |
Object & | entry | ||
) |
Definition at line 43 of file rpcwallet.cpp.
int64_t nWalletUnlockTime |
Definition at line 27 of file rpcwallet.cpp.