Bitcoin ABC  0.29.2
P2P Digital Currency
rpcwallet.h
Go to the documentation of this file.
1 // Copyright (c) 2016 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_RPCWALLET_H
6 #define BITCOIN_WALLET_RPCWALLET_H
7 
8 #include <script/sighashtype.h>
9 #include <span.h>
10 
11 class CRPCCommand;
12 class RPCHelpMan;
13 
15 
18 
19 #endif // BITCOIN_WALLET_RPCWALLET_H
A Span is an object that can refer to a contiguous sequence of objects.
Definition: span.h:93
RPCHelpMan getaddressinfo()
Definition: rpcwallet.cpp:3926
Span< const CRPCCommand > GetWalletRPCCommands()
Definition: rpcwallet.cpp:4963
RPCHelpMan signrawtransactionwithwallet()
Definition: rpcwallet.cpp:3585