PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
rpcdump.cpp File Reference
#include "bip38.h"
#include "init.h"
#include "main.h"
#include "rpc/server.h"
#include "script/script.h"
#include "script/standard.h"
#include "sync.h"
#include "util.h"
#include "utilstrencodings.h"
#include "utiltime.h"
#include "wallet/wallet.h"
#include <fstream>
#include <secp256k1.h>
#include <stdint.h>
#include <boost/algorithm/string.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <openssl/aes.h>
#include <openssl/sha.h>
#include <univalue.h>
Include dependency graph for rpcdump.cpp:

Go to the source code of this file.

Functions

void EnsureWallet ()
 
void EnsureWalletIsUnlocked (bool fAllowAnonOnly)
 
std::string DecodeDumpString (const std::string &str)
 
UniValue importprivkey (const UniValue &params, bool fHelp)
 
UniValue importaddress (const UniValue &params, bool fHelp)
 
UniValue importwallet (const UniValue &params, bool fHelp)
 
UniValue dumpprivkey (const UniValue &params, bool fHelp)
 
UniValue dumpwallet (const UniValue &params, bool fHelp)
 
UniValue bip38encrypt (const UniValue &params, bool fHelp)
 
UniValue bip38decrypt (const UniValue &params, bool fHelp)
 

Function Documentation

◆ bip38decrypt()

UniValue bip38decrypt ( const UniValue params,
bool  fHelp 
)

Collect private key and passphrase

Definition at line 451 of file rpcdump.cpp.

Here is the call graph for this function:

◆ bip38encrypt()

UniValue bip38encrypt ( const UniValue params,
bool  fHelp 
)

Definition at line 411 of file rpcdump.cpp.

Here is the call graph for this function:

◆ DecodeDumpString()

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

Definition at line 67 of file rpcdump.cpp.

◆ dumpprivkey()

UniValue dumpprivkey ( const UniValue params,
bool  fHelp 
)

Definition at line 312 of file rpcdump.cpp.

Here is the call graph for this function:

◆ dumpwallet()

UniValue dumpwallet ( const UniValue params,
bool  fHelp 
)

Definition at line 344 of file rpcdump.cpp.

Here is the call graph for this function:

◆ EnsureWallet()

void EnsureWallet ( )

Definition at line 37 of file rpcwallet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureWalletIsUnlocked()

void EnsureWalletIsUnlocked ( bool  fAllowAnonOnly)

Definition at line 45 of file rpcwallet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ importaddress()

UniValue importaddress ( const UniValue params,
bool  fHelp 
)

Definition at line 148 of file rpcdump.cpp.

Here is the call graph for this function:

◆ importprivkey()

UniValue importprivkey ( const UniValue params,
bool  fHelp 
)

Definition at line 82 of file rpcdump.cpp.

Here is the call graph for this function:

◆ importwallet()

UniValue importwallet ( const UniValue params,
bool  fHelp 
)

Definition at line 214 of file rpcdump.cpp.

Here is the call graph for this function: