BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
wallet_test_fixture.h
Go to the documentation of this file.
1 // Copyright (c) 2016-2018 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_TEST_WALLET_TEST_FIXTURE_H
6 #define BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
7 
8 #include <test/test_bitcoin.h>
9 
10 #include <wallet/wallet.h>
11 
12 #include <memory>
13 
16 struct WalletTestingSetup: public TestingSetup {
17  explicit WalletTestingSetup(const std::string& chainName = CBaseChainParams::MAIN);
19 
21 };
22 
23 #endif // BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
static const std::string MAIN
BIP70 chain name strings (main, test or regtest)
Testing setup and teardown for wallet.
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
Definition: wallet.h:599
WalletTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)