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

Method NetworkIDString

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

Return the network string */

Source from the content-addressed store, hash-verified

114 bool MineBlocksOnDemand() const { return consensus.fPowNoRetargeting; }
115 /** Return the network string */
116 std::string NetworkIDString() const { return strNetworkID; }
117 /** Return the list of hostnames to look up for DNS seeds */
118 const std::vector<std::string>& DNSSeeds() const { return vSeeds; }
119 const std::vector<unsigned char>& Base58Prefix(Base58Type type) const { return base58Prefixes[type]; }

Callers 10

GetExternalSignerMethod · 0.80
GuiMainFunction · 0.80
setClientModelMethod · 0.80
formatBitcoinURIFunction · 0.80
appTestsMethod · 0.80
getmininginfoFunction · 0.80
getblockchaininfoFunction · 0.80
addconnectionFunction · 0.80
listExternalSignersMethod · 0.80

Calls

no outgoing calls

Tested by 1

appTestsMethod · 0.64