![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#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>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 ¶ms, bool fHelp) |
| UniValue | importaddress (const UniValue ¶ms, bool fHelp) |
| UniValue | importwallet (const UniValue ¶ms, bool fHelp) |
| UniValue | dumpprivkey (const UniValue ¶ms, bool fHelp) |
| UniValue | dumpwallet (const UniValue ¶ms, bool fHelp) |
| UniValue | bip38encrypt (const UniValue ¶ms, bool fHelp) |
| UniValue | bip38decrypt (const UniValue ¶ms, bool fHelp) |
Collect private key and passphrase
Definition at line 451 of file rpcdump.cpp.
| std::string DecodeDumpString | ( | const std::string & | str | ) |
Definition at line 67 of file rpcdump.cpp.
| void EnsureWallet | ( | ) |
Definition at line 37 of file rpcwallet.cpp.
| void EnsureWalletIsUnlocked | ( | bool | fAllowAnonOnly | ) |
Definition at line 45 of file rpcwallet.cpp.
1.8.17