MCPcopy Create free account
hub / github.com/ElementsProject/elements / CNoDestination

Class CNoDestination

src/script/standard.h:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90
91class CNoDestination {
92public:
93 friend bool operator==(const CNoDestination &a, const CNoDestination &b) { return true; }
94 friend bool operator<(const CNoDestination &a, const CNoDestination &b) { return true; }
95};
96
97struct PKHash : public BaseHash<uint160>
98{

Callers 7

DecodeDestinationFunction · 0.85
KeepDestinationMethod · 0.85
ReturnDestinationMethod · 0.85
CachedTxGetAmountsFunction · 0.85
transactions.cppFile · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
rawissueassetFunction · 0.85

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68