Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CompareOutputBIP69 Struct Reference

#include <transaction.h>

Public Member Functions

bool operator() (const CTxOut &a, const CTxOut &b) const
 

Detailed Description

Definition at line 369 of file transaction.h.

Member Function Documentation

◆ operator()()

bool CompareOutputBIP69::operator() ( const CTxOut a,
const CTxOut b 
) const
inline

Definition at line 371 of file transaction.h.

References CTxOut::nValue, and CTxOut::scriptPubKey.


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