Bitcoin Core  21.99.0
P2P Digital Currency
rpcsigner.h
Go to the documentation of this file.
1 // Copyright (c) 2018-2021 The Bitcoin Core 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_RPCSIGNER_H
6 #define BITCOIN_WALLET_RPCSIGNER_H
7 
8 #include <span.h>
9 #include <util/system.h>
10 #include <vector>
11 
12 #ifdef ENABLE_EXTERNAL_SIGNER
13 
14 class CRPCCommand;
15 
16 namespace interfaces {
17 class Chain;
18 class Handler;
19 }
20 
22 
23 #endif // ENABLE_EXTERNAL_SIGNER
24 
25 #endif //BITCOIN_WALLET_RPCSIGNER_H
interfaces
Definition: dummywallet.cpp:10
GetSignerRPCCommands
Span< const CRPCCommand > GetSignerRPCCommands()
Definition: rpcsigner.cpp:93
Span
A Span is an object that can refer to a contiguous sequence of objects.
Definition: span.h:92
CRPCCommand
Definition: server.h:90
span.h
system.h