Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
core_memusage.h
Go to the documentation of this file.
Describes a place in the block chain to another node such that if the other node doesn't have the sam...
Definition: block.h:127
Definition: block.h:72
static size_t DynamicUsage(const int8_t &v)
Dynamic memory usage for built-in types is zero.
Definition: memusage.h:27
An outpoint - a combination of a transaction hash and an index n into its vout.
Definition: transaction.h:26
static size_t RecursiveDynamicUsage(const CScript &script)
Definition: core_memusage.h:12
The basic transaction that is broadcasted on the network and contained in blocks. ...
Definition: transaction.h:198