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