![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <interfaces/wallet.h>
#include <amount.h>
#include <chain.h>
#include <consensus/validation.h>
#include <interfaces/handler.h>
#include <net.h>
#include <policy/feerate.h>
#include <policy/fees.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <script/ismine.h>
#include <script/standard.h>
#include <support/allocators/secure.h>
#include <sync.h>
#include <timedata.h>
#include <ui_interface.h>
#include <uint256.h>
#include <validation.h>
#include <wallet/feebumper.h>
#include <wallet/fees.h>
#include <wallet/wallet.h>
Go to the source code of this file.
Namespaces | |
interfaces | |
Functions | |
std::unique_ptr< Wallet > | interfaces::MakeWallet (const std::shared_ptr< CWallet > &wallet) |
Return implementation of Wallet interface. More... | |
CReserveKey m_key |
Definition at line 55 of file wallet.cpp.
std::shared_ptr<CWallet> m_shared_wallet |
Definition at line 459 of file wallet.cpp.
CTransactionRef m_tx |
Definition at line 53 of file wallet.cpp.
CWallet& m_wallet |
Definition at line 54 of file wallet.cpp.