2016-01-07 08:33:49 +01:00
|
|
|
// Copyright (c) 2016 The Bitcoin Core developers
|
|
|
|
// 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
|
|
|
|
|
2016-03-29 19:43:02 +02:00
|
|
|
class CRPCTable;
|
|
|
|
|
|
|
|
void RegisterWalletRPCCommands(CRPCTable &tableRPC);
|
2016-01-07 08:33:49 +01:00
|
|
|
|
|
|
|
#endif //BITCOIN_WALLET_RPCWALLET_H
|