Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10615219
rpcdump.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
635 B
Subscribers
None
rpcdump.h
View Options
// 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
Details
Attached
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)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment