Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <consensus/amount.h>
#include <primitives/blockhash.h>
#include <primitives/transaction.h>
#include <serialize.h>
#include <threadsafety.h>
#include <tinyformat.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <wallet/ismine.h>
#include <list>
#include <vector>
Go to the source code of this file.
Classes | |
class | CMerkleTx |
Legacy class used for deserializing vtxPrev for backwards compatibility. More... | |
class | CWalletTx |
A transaction with a bunch of additional info that only the owner cares about. More... | |
struct | CWalletTx::Confirmation |
Confirmation includes tx status and a triplet of {block height/block hash/tx index in block} at which tx has been confirmed. More... | |
Typedefs | |
typedef std::map< std::string, std::string > | mapValue_t |
Functions | |
static void | ReadOrderPos (int64_t &nOrderPos, mapValue_t &mapValue) |
static void | WriteOrderPos (const int64_t &nOrderPos, mapValue_t &mapValue) |
typedef std::map<std::string, std::string> mapValue_t |
Definition at line 21 of file transaction.h.
|
inlinestatic |
Definition at line 23 of file transaction.h.
|
inlinestatic |
Definition at line 33 of file transaction.h.