Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

#include <cbtx.h>

+ Collaboration diagram for CCbTx:

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 
std::string ToString () const
 
void ToJson (UniValue &obj) const
 

Public Attributes

uint16_t nVersion {CURRENT_VERSION}
 
int32_t nHeight {0}
 
uint256 merkleRootMNList
 
uint256 merkleRootQuorums
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const uint16_t CURRENT_VERSION = 2
 

Detailed Description

Definition at line 16 of file cbtx.h.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 31 of file cbtx.h.

References merkleRootMNList, merkleRootQuorums, nHeight, nVersion, and READWRITE.

◆ ToJson()

void CCbTx::ToJson ( UniValue obj) const
inline

◆ ToString()

std::string CCbTx::ToString ( ) const

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CCbTx::ADD_SERIALIZE_METHODS

Definition at line 28 of file cbtx.h.

◆ CURRENT_VERSION

const uint16_t CCbTx::CURRENT_VERSION = 2
static

Definition at line 19 of file cbtx.h.

Referenced by CheckCbTx().

◆ merkleRootMNList

◆ merkleRootQuorums

◆ nHeight

int32_t CCbTx::nHeight {0}

Definition at line 23 of file cbtx.h.

Referenced by CheckCbTx(), BlockAssembler::CreateNewBlock(), SerializationOp(), ToJson(), and ToString().

◆ nVersion


The documentation for this class was generated from the following files:
Released under the MIT license