A mutable version of CTransaction.
More...
#include <transaction.h>
A mutable version of CTransaction.
Definition at line 353 of file transaction.h.
| CMutableTransaction::CMutableTransaction |
( |
| ) |
|
| CMutableTransaction::CMutableTransaction |
( |
const CTransaction & |
tx | ) |
|
|
explicit |
template<typename Stream >
| uint256 CMutableTransaction::GetHash |
( |
| ) |
const |
| bool CMutableTransaction::HasWitness |
( |
| ) |
const |
|
inline |
template<typename Stream >
| void CMutableTransaction::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
template<typename Stream >
| void CMutableTransaction::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
| uint32_t CMutableTransaction::nLockTime |
| int32_t CMutableTransaction::nVersion |
| std::vector<CTxIn> CMutableTransaction::vin |
| std::vector<CTxOut> CMutableTransaction::vout |
The documentation for this struct was generated from the following files: