|
RPCHelpMan | wallet::importmulti () |
|
RPCHelpMan | wallet::dumpwallet () |
|
RPCHelpMan | wallet::importwallet () |
|
static const std::shared_ptr< CWallet > | wallet::TestLoadWallet (WalletContext &context) |
|
static void | wallet::TestUnloadWallet (std::shared_ptr< CWallet > &&wallet) |
|
static CMutableTransaction | wallet::TestSimpleSpend (const CTransaction &from, uint32_t index, const CKey &key, const CScript &pubkey) |
|
static void | wallet::AddKey (CWallet &wallet, const CKey &key) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (scan_for_wallet_transactions, TestChain100Setup) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (importmulti_rescan, TestChain100Setup) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (importwallet_rescan, TestChain100Setup) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (coin_mark_dirty_immature_credit, TestChain100Setup) |
|
static int64_t | wallet::AddTx (ChainstateManager &chainman, CWallet &wallet, uint32_t lockTime, int64_t mockTime, int64_t blockTime) |
|
| wallet::BOOST_AUTO_TEST_CASE (ComputeTimeSmart) |
|
| wallet::BOOST_AUTO_TEST_CASE (LoadReceiveRequests) |
|
static void | wallet::TestWatchOnlyPubKey (LegacyScriptPubKeyMan *spk_man, const CPubKey &add_pubkey) |
|
static void | wallet::PollutePubKey (CPubKey &pubkey) |
|
| wallet::BOOST_AUTO_TEST_CASE (WatchOnlyPubKeys) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (ListCoinsTest, ListCoinsTestingSetup) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (wallet_disableprivkeys, TestChain100Setup) |
|
static size_t | wallet::CalculateNestedKeyhashInputSize (bool use_max_sig) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (dummy_input_size_test, TestChain100Setup) |
|
bool | wallet::malformed_descriptor (std::ios_base::failure e) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (wallet_descriptor_test, BasicTestingSetup) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (CreateWallet, TestChain100Setup) |
| Test CWallet::Create() and its behavior handling potential race conditions if it's called the same time an incoming transaction shows up in the mempool or a new block. More...
|
|
| wallet::BOOST_FIXTURE_TEST_CASE (CreateWalletWithoutChain, BasicTestingSetup) |
|
| wallet::BOOST_FIXTURE_TEST_CASE (ZapSelectTx, TestChain100Setup) |
|