![]() |
Bitcoin ABC
0.22.12
P2P Digital Currency
|
#include <amount.h>
#include <primitives/transaction.h>
#include <pubkey.h>
#include <script/sighashtype.h>
#include <script/standard.h>
#include <support/allocators/secure.h>
#include <util/message.h>
#include <util/ui_change_type.h>
#include <cstdint>
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | interfaces::Wallet |
Interface for accessing a wallet. More... | |
struct | interfaces::WalletAddress |
Information about one wallet address. More... | |
struct | interfaces::WalletBalances |
Collection of wallet balances. More... | |
struct | interfaces::WalletTx |
struct | interfaces::WalletTxStatus |
Updated transaction status. More... | |
struct | interfaces::WalletTxOut |
Wallet transaction output. More... | |
Namespaces | |
interfaces | |
Typedefs | |
typedef uint8_t | isminefilter |
using | interfaces::WalletOrderForm = std::vector< std::pair< std::string, std::string > > |
using | interfaces::WalletValueMap = std::map< std::string, std::string > |
Functions | |
std::unique_ptr< Wallet > | interfaces::MakeWallet (const std::shared_ptr< CWallet > &wallet) |
Return implementation of Wallet interface. More... | |
typedef uint8_t isminefilter |