Fabcoin Core  0.16.2
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 39 of file undo.h.

Constructor & Destructor Documentation

TxInUndoDeserializer::TxInUndoDeserializer ( Coin coin)
inline

Definition at line 60 of file undo.h.

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 45 of file undo.h.

Here is the call graph for this function:

Member Data Documentation

Coin* TxInUndoDeserializer::txout
private

Definition at line 41 of file undo.h.


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