Bitcoin ABC  0.29.2
P2P Digital Currency
backup.h
Go to the documentation of this file.
1 // Copyright (c) 2017 The Bitcoin developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef BITCOIN_WALLET_RPC_BACKUP_H
6 #define BITCOIN_WALLET_RPC_BACKUP_H
7 
8 #include <span.h>
9 
10 #include <memory>
11 #include <vector>
12 
13 class RPCHelpMan;
14 class CRPCCommand;
15 
17 
21 
22 #endif // BITCOIN_WALLET_RPC_BACKUP_H
RPCHelpMan importmulti()
Definition: backup.cpp:1672
RPCHelpMan importwallet()
Definition: backup.cpp:640
RPCHelpMan dumpwallet()
Definition: backup.cpp:906
Span< const CRPCCommand > GetWalletDumpRPCCommands()
Definition: backup.cpp:2493
A Span is an object that can refer to a contiguous sequence of objects.
Definition: span.h:93