|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
|
|
#ifndef BITCOIN_WALLET_RPCWALLET_H
|
|
|
|
|
#define BITCOIN_WALLET_RPCWALLET_H
|
|
|
|
|
#ifndef BITCOIN_WALLET_RPC_WALLET_H
|
|
|
|
|
#define BITCOIN_WALLET_RPC_WALLET_H
|
|
|
|
|
|
|
|
|
|
#include <span.h>
|
|
|
|
|
|
|
|
|
@ -13,4 +13,4 @@ Span<const CRPCCommand> GetWalletRPCCommands();
|
|
|
|
|
|
|
|
|
|
RPCHelpMan getaddressinfo();
|
|
|
|
|
RPCHelpMan signrawtransactionwithwallet();
|
|
|
|
|
#endif // BITCOIN_WALLET_RPCWALLET_H
|
|
|
|
|
#endif // BITCOIN_WALLET_RPC_WALLET_H
|