Bitcoin Core  0.19.99
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
TxInUndoDeserializer Class Reference

#include <undo.h>

Collaboration diagram for TxInUndoDeserializer:
[legend]

Public Member Functions

template<typename Stream >
void Unserialize (Stream &s)
 
 TxInUndoDeserializer (Coin *coin)
 

Private Attributes

Cointxout
 

Detailed Description

Definition at line 41 of file undo.h.

Constructor & Destructor Documentation

◆ TxInUndoDeserializer()

TxInUndoDeserializer::TxInUndoDeserializer ( Coin coin)
inlineexplicit

Definition at line 62 of file undo.h.

Member Function Documentation

◆ Unserialize()

template<typename Stream >
void TxInUndoDeserializer::Unserialize ( Stream &  s)
inline

Definition at line 47 of file undo.h.

Here is the call graph for this function:

Member Data Documentation

◆ txout

Coin* TxInUndoDeserializer::txout
private

Definition at line 43 of file undo.h.


The documentation for this class was generated from the following file: