Anoncoin  0.9.4
P2P Digital Currency
Functions
rpcdump.cpp File Reference
#include "base58.h"
#include "rpcserver.h"
#include "init.h"
#include "main.h"
#include "sync.h"
#include "wallet.h"
#include <fstream>
#include <stdint.h>
#include <boost/algorithm/string.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include "json/json_spirit_value.h"
Include dependency graph for rpcdump.cpp:

Go to the source code of this file.

Functions

void EnsureWalletIsUnlocked ()
 
std::string DecodeDumpString (const std::string &str)
 
Value importprivkey (const Array &params, bool fHelp)
 
Value importaddress (const Array &params, bool fHelp)
 
Value importwallet (const Array &params, bool fHelp)
 
Value dumpprivkey (const Array &params, bool fHelp)
 
Value dumpwallet (const Array &params, bool fHelp)
 

Function Documentation

std::string DecodeDumpString ( const std::string &  str)

Definition at line 54 of file rpcdump.cpp.

Here is the caller graph for this function:

Value dumpprivkey ( const Array &  params,
bool  fHelp 
)

Definition at line 288 of file rpcdump.cpp.

Here is the call graph for this function:

Value dumpwallet ( const Array &  params,
bool  fHelp 
)

Definition at line 321 of file rpcdump.cpp.

Here is the call graph for this function:

void EnsureWalletIsUnlocked ( )

Definition at line 37 of file rpcwallet.cpp.

Here is the caller graph for this function:

Value importaddress ( const Array &  params,
bool  fHelp 
)

Definition at line 135 of file rpcdump.cpp.

Here is the call graph for this function:

Value importprivkey ( const Array &  params,
bool  fHelp 
)

Definition at line 68 of file rpcdump.cpp.

Here is the call graph for this function:

Value importwallet ( const Array &  params,
bool  fHelp 
)

Definition at line 190 of file rpcdump.cpp.

Here is the call graph for this function: