Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CBlockAssetUndo Struct Reference

#include <assetdb.h>

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

bool fChangedIPFS
 
bool fChangedUnits
 
std::string strIPFS
 
int32_t nUnits
 
int8_t version
 
bool fChangedVerifierString
 
std::string verifierString
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 22 of file assetdb.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CBlockAssetUndo::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 35 of file assetdb.h.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CBlockAssetUndo::ADD_SERIALIZE_METHODS

Definition at line 32 of file assetdb.h.

◆ fChangedIPFS

bool CBlockAssetUndo::fChangedIPFS

Definition at line 24 of file assetdb.h.

◆ fChangedUnits

bool CBlockAssetUndo::fChangedUnits

Definition at line 25 of file assetdb.h.

◆ fChangedVerifierString

bool CBlockAssetUndo::fChangedVerifierString

Definition at line 29 of file assetdb.h.

◆ nUnits

int32_t CBlockAssetUndo::nUnits

Definition at line 27 of file assetdb.h.

◆ strIPFS

std::string CBlockAssetUndo::strIPFS

Definition at line 26 of file assetdb.h.

◆ verifierString

std::string CBlockAssetUndo::verifierString

Definition at line 30 of file assetdb.h.

◆ version

int8_t CBlockAssetUndo::version

Definition at line 28 of file assetdb.h.


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