Page MenuHomePhabricator

rpcdump.h
No OneTemporary

rpcdump.h

// Copyright (c) 2017 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_WALLET_RPCDUMP_H
#define BITCOIN_WALLET_RPCDUMP_H
#include <univalue.h>
class Config;
class CRPCTable;
class JSONRPCRequest;
void RegisterDumpRPCCommands(CRPCTable &t);
UniValue importmulti(const Config &config, const JSONRPCRequest &request);
UniValue dumpwallet(const Config &config, const JSONRPCRequest &request);
UniValue importwallet(const Config &config, const JSONRPCRequest &request);
#endif // BITCOIN_WALLET_RPCDUMP_H

File Metadata

Mime Type
text/x-c
Expires
Sat, Nov 23, 10:01 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4540396
Default Alt Text
rpcdump.h (635 B)

Event Timeline