 |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Go to the documentation of this file.
12 for (
auto& txin : tx1.vin) txin.scriptSig =
CScript();
13 for (
auto& txin : tx2.vin) txin.scriptSig =
CScript();
19 return state<TxStateInMempool>();
bool IsEquivalentTo(const CWalletTx &tx) const
True if only scriptSigs are different.
int64_t GetTxTime() const
A transaction with a bunch of additional info that only the owner cares about.
The basic transaction that is broadcasted on the network and contained in blocks.
Serialized script, used inside transaction inputs and outputs.
unsigned int nTimeSmart
Stable timestamp that never changes, and reflects the order a transaction was added to the wallet.
unsigned int nTimeReceived
time received by this node
A mutable version of CTransaction.