transaction_identifier represents the two canonical transaction identifier types (txid, wtxid).
More...
#include <transaction_identifier.h>
template<bool has_witness>
class transaction_identifier< has_witness >
transaction_identifier represents the two canonical transaction identifier types (txid, wtxid).
Definition at line 11 of file transaction_identifier.h.
◆ transaction_identifier() [1/2]
template<bool has_witness>
◆ transaction_identifier() [2/2]
template<bool has_witness>
◆ begin()
template<bool has_witness>
◆ Compare() [1/3]
template<bool has_witness>
template<typename Other >
◆ Compare() [2/3]
template<bool has_witness>
◆ Compare() [3/3]
template<bool has_witness>
◆ data()
template<bool has_witness>
◆ end()
template<bool has_witness>
◆ FromHex()
template<bool has_witness>
◆ FromUint256()
template<bool has_witness>
◆ GetHex()
template<bool has_witness>
◆ IsNull()
template<bool has_witness>
◆ operator const uint256 &()
template<bool has_witness>
Conversion function to uint256
.
Note: new code should use ToUint256
.
TODO: This should be removed once the majority of the code has switched to using the Txid and Wtxid types. Until then it makes for a smoother transition to allow this conversion.
Definition at line 67 of file transaction_identifier.h.
◆ operator!=()
template<bool has_witness>
template<typename Other >
◆ operator<()
template<bool has_witness>
template<typename Other >
◆ operator==()
template<bool has_witness>
template<typename Other >
◆ Serialize()
template<bool has_witness>
template<typename Stream >
◆ SetNull()
template<bool has_witness>
◆ size()
template<bool has_witness>
◆ ToString()
template<bool has_witness>
◆ ToUint256()
template<bool has_witness>
◆ Unserialize()
template<bool has_witness>
template<typename Stream >
◆ m_wrapped
template<bool has_witness>
The documentation for this class was generated from the following file: