Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CompareInputBIP69 Struct Reference

Implementation of BIP69 https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki. More...

#include <transaction.h>

Public Member Functions

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

Detailed Description

Implementation of BIP69 https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki.

Definition at line 352 of file transaction.h.

Member Function Documentation

◆ operator()()

bool CompareInputBIP69::operator() ( const CTxIn a,
const CTxIn b 
) const
inline

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