Bitcoin ABC 0.30.5
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
9#include <span.h>
10
11class CRPCCommand;
12class 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
Span< const CRPCCommand > GetWalletRPCCommands()
Definition: rpcwallet.cpp:4940
RPCHelpMan getaddressinfo()
Definition: rpcwallet.cpp:3922
RPCHelpMan signrawtransactionwithwallet()
Definition: rpcwallet.cpp:3585