Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CSpentIndexTxInfo Struct Reference

#include <spentindex.h>

Public Attributes

std::map< CSpentIndexKey, CSpentIndexValue, CSpentIndexKeyComparemSpentInfo
 

Detailed Description

Definition at line 100 of file spentindex.h.

Member Data Documentation

◆ mSpentInfo

std::map<CSpentIndexKey, CSpentIndexValue, CSpentIndexKeyCompare> CSpentIndexTxInfo::mSpentInfo

Definition at line 102 of file spentindex.h.

Referenced by TxToJSON(), and TxToUniv().


The documentation for this struct was generated from the following file:
Released under the MIT license