Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CActiveMasternodeInfo Struct Reference

#include <activemasternode.h>

+ Collaboration diagram for CActiveMasternodeInfo:

Public Attributes

std::unique_ptr< CBLSPublicKeyblsPubKeyOperator
 
std::unique_ptr< CBLSSecretKeyblsKeyOperator
 
uint256 proTxHash
 
COutPoint outpoint
 
CService service
 

Detailed Description

Definition at line 23 of file activemasternode.h.

Member Data Documentation

◆ blsKeyOperator

◆ blsPubKeyOperator

std::unique_ptr<CBLSPublicKey> CActiveMasternodeInfo::blsPubKeyOperator

◆ outpoint

◆ proTxHash

◆ service

CService CActiveMasternodeInfo::service

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