MCPcopy Create free account
hub / github.com/LUX-Core/lux / NetworkIDString

Method NetworkIDString

src/chainparams.h:92–92  ·  view source on GitHub ↗

Return the BIP70 network string (main, test or regtest) */

Source from the content-addressed store, hash-verified

90 bool TestnetToBeDeprecatedFieldRPC() const { return fTestnetToBeDeprecatedFieldRPC; }
91 /** Return the BIP70 network string (main, test or regtest) */
92 std::string NetworkIDString() const { return strNetworkID; }
93 std::string vDevfeeAddress;
94 std::string vDevfeeAddress2;
95 CScript GetDevfeeScript(int nHeight) const;

Callers 7

getblockchaininfoFunction · 0.80
AppInit2Function · 0.80
getinfoFunction · 0.80
getmininginfoFunction · 0.80
processPaymentRequestMethod · 0.80
mainFunction · 0.80
setClientModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected