Fabcoin Core  0.16.2
P2P Digital Currency
Functions
rpcdump.cpp File Reference
#include <base58.h>
#include <chain.h>
#include <rpc/server.h>
#include <init.h>
#include <validation.h>
#include <script/script.h>
#include <script/standard.h>
#include <sync.h>
#include <util.h>
#include <utiltime.h>
#include <wallet/wallet.h>
#include <merkleblock.h>
#include <core_io.h>
#include <wallet/rpcwallet.h>
#include <fstream>
#include <stdint.h>
#include <boost/algorithm/string.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <univalue.h>
Include dependency graph for rpcdump.cpp:

Go to the source code of this file.

Functions

std::string DecodeDumpString (const std::string &str)
 
UniValue importprivkey (const JSONRPCRequest &request)
 
UniValue abortrescan (const JSONRPCRequest &request)
 
void ImportAddress (CWallet *, const CFabcoinAddress &address, const std::string &strLabel)
 
void ImportScript (CWallet *const pwallet, const CScript &script, const std::string &strLabel, bool isRedeemScript)
 
UniValue importaddress (const JSONRPCRequest &request)
 
UniValue importprunedfunds (const JSONRPCRequest &request)
 
UniValue removeprunedfunds (const JSONRPCRequest &request)
 
UniValue importpubkey (const JSONRPCRequest &request)
 
UniValue importwallet (const JSONRPCRequest &request)
 
UniValue dumpprivkey (const JSONRPCRequest &request)
 
UniValue dumpwallet (const JSONRPCRequest &request)
 
UniValue ProcessImport (CWallet *const pwallet, const UniValue &data, const int64_t timestamp)
 
int64_t GetImportTimestamp (const UniValue &data, int64_t now)
 
UniValue importmulti (const JSONRPCRequest &mainRequest)
 

Function Documentation

UniValue abortrescan ( const JSONRPCRequest request)

Definition at line 157 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 59 of file rpcdump.cpp.

Here is the caller graph for this function:

UniValue dumpprivkey ( const JSONRPCRequest request)

Definition at line 547 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue dumpwallet ( const JSONRPCRequest request)

Definition at line 588 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int64_t GetImportTimestamp ( const UniValue data,
int64_t  now 
)

Definition at line 1016 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ImportAddress ( CWallet pwallet,
const CFabcoinAddress address,
const std::string &  strLabel 
)

Definition at line 208 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue importaddress ( const JSONRPCRequest request)

Definition at line 217 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue importmulti ( const JSONRPCRequest mainRequest)

Definition at line 1030 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue importprivkey ( const JSONRPCRequest request)

Definition at line 73 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue importprunedfunds ( const JSONRPCRequest request)

Definition at line 287 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue importpubkey ( const JSONRPCRequest request)

Definition at line 386 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ImportScript ( CWallet *const  pwallet,
const CScript script,
const std::string &  strLabel,
bool  isRedeemScript 
)

Definition at line 183 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue importwallet ( const JSONRPCRequest request)

Definition at line 446 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue ProcessImport ( CWallet *const  pwallet,
const UniValue data,
const int64_t  timestamp 
)

Definition at line 699 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UniValue removeprunedfunds ( const JSONRPCRequest request)

Definition at line 348 of file rpcdump.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: