Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <chain.h>
#include <coins.h>
#include <consensus/amount.h>
#include <streams.h>
#include <uint256.h>
#include <cstdint>
#include <functional>
Go to the source code of this file.
Classes | |
struct | kernel::CCoinsStats |
Namespaces | |
namespace | node |
namespace | kernel |
Enumerations | |
enum class | kernel::CoinStatsHashType { kernel::HASH_SERIALIZED , kernel::MUHASH , kernel::NONE } |
Functions | |
uint64_t | kernel::GetBogoSize (const CScript &script_pub_key) |
CDataStream | kernel::TxOutSer (const COutPoint &outpoint, const Coin &coin) |
std::optional< CCoinsStats > | kernel::ComputeUTXOStats (CoinStatsHashType hash_type, CCoinsView *view, node::BlockManager &blockman, const std::function< void()> &interruption_point) |