A mutable version of CTransaction.
More...
#include <transaction.h>
A mutable version of CTransaction.
Definition at line 274 of file transaction.h.
◆ CMutableTransaction() [1/3]
CMutableTransaction::CMutableTransaction |
( |
| ) |
|
◆ CMutableTransaction() [2/3]
CMutableTransaction::CMutableTransaction |
( |
const CTransaction & |
tx | ) |
|
|
explicit |
◆ CMutableTransaction() [3/3]
template<typename Stream >
◆ GetHash()
TxHash CMutableTransaction::GetHash |
( |
| ) |
const |
◆ GetId()
TxId CMutableTransaction::GetId |
( |
| ) |
const |
◆ Serialize()
template<typename Stream >
void CMutableTransaction::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
void CMutableTransaction::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ operator==
◆ nLockTime
uint32_t CMutableTransaction::nLockTime |
◆ nVersion
int32_t CMutableTransaction::nVersion |
◆ vin
std::vector<CTxIn> CMutableTransaction::vin |
◆ vout
std::vector<CTxOut> CMutableTransaction::vout |
The documentation for this class was generated from the following files: