Bitcoin ABC
0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
src
wallet
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
14
Span<const CRPCCommand>
GetWalletRPCCommands
();
15
16
RPCHelpMan
signrawtransactionwithwallet
();
17
RPCHelpMan
getaddressinfo
();
18
19
#endif
// BITCOIN_WALLET_RPCWALLET_H
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
GetWalletRPCCommands
Span< const CRPCCommand > GetWalletRPCCommands()
Definition
rpcwallet.cpp:4940
getaddressinfo
RPCHelpMan getaddressinfo()
Definition
rpcwallet.cpp:3922
signrawtransactionwithwallet
RPCHelpMan signrawtransactionwithwallet()
Definition
rpcwallet.cpp:3585
sighashtype.h
span.h
Generated on Sat Nov 23 2024 02:38:02 for Bitcoin ABC by
1.9.8