Bitcoin ABC
0.30.5
P2P Digital Currency
src
wallet
rpc
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
16
Span<const CRPCCommand>
GetWalletDumpRPCCommands
();
17
18
RPCHelpMan
importmulti
();
19
RPCHelpMan
dumpwallet
();
20
RPCHelpMan
importwallet
();
21
22
#endif
// BITCOIN_WALLET_RPC_BACKUP_H
importmulti
RPCHelpMan importmulti()
Definition:
backup.cpp:1682
importwallet
RPCHelpMan importwallet()
Definition:
backup.cpp:647
GetWalletDumpRPCCommands
Span< const CRPCCommand > GetWalletDumpRPCCommands()
Definition:
backup.cpp:2480
dumpwallet
RPCHelpMan dumpwallet()
Definition:
backup.cpp:915
CRPCCommand
Definition:
server.h:147
RPCHelpMan
Definition:
util.h:361
Span
A Span is an object that can refer to a contiguous sequence of objects.
Definition:
span.h:93
span.h
Generated on Wed Nov 20 2024 17:55:59 for Bitcoin ABC by
1.9.4