Bitcoin ABC 0.30.5
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
13class RPCHelpMan;
14class CRPCCommand;
15
17
21
22#endif // BITCOIN_WALLET_RPC_BACKUP_H
RPCHelpMan importmulti()
Definition: backup.cpp:1682
RPCHelpMan importwallet()
Definition: backup.cpp:647
Span< const CRPCCommand > GetWalletDumpRPCCommands()
Definition: backup.cpp:2480
RPCHelpMan dumpwallet()
Definition: backup.cpp:915
A Span is an object that can refer to a contiguous sequence of objects.
Definition: span.h:93