A mutable version of CTransaction.
More...
#include <transaction.h>
A mutable version of CTransaction.
Definition at line 408 of file transaction.h.
◆ CMutableTransaction() [1/3]
| CMutableTransaction::CMutableTransaction |
( |
| ) |
|
◆ CMutableTransaction() [2/3]
| CMutableTransaction::CMutableTransaction |
( |
const CTransaction & |
tx | ) |
|
◆ CMutableTransaction() [3/3]
template<typename Stream >
◆ GetHash()
| uint256 CMutableTransaction::GetHash |
( |
| ) |
const |
◆ GetRequiredSigVersion()
| SigVersion CMutableTransaction::GetRequiredSigVersion |
( |
| ) |
const |
|
inline |
◆ hasExtraPayload()
| bool CMutableTransaction::hasExtraPayload |
( |
| ) |
const |
|
inline |
◆ IsNormalType()
| bool CMutableTransaction::IsNormalType |
( |
| ) |
const |
|
inline |
◆ isSaplingVersion()
| bool CMutableTransaction::isSaplingVersion |
( |
| ) |
const |
|
inline |
◆ Serialize()
template<typename Stream >
| void CMutableTransaction::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
| void CMutableTransaction::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ extraPayload
| Optional<std::vector<uint8_t> > CMutableTransaction::extraPayload {nullopt} |
◆ nLockTime
| uint32_t CMutableTransaction::nLockTime |
◆ nType
| int16_t CMutableTransaction::nType |
◆ nVersion
| int16_t CMutableTransaction::nVersion |
◆ sapData
◆ vin
| std::vector<CTxIn> CMutableTransaction::vin |
◆ vout
| std::vector<CTxOut> CMutableTransaction::vout |
The documentation for this struct was generated from the following files: