MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / NetworkIDString

Method NetworkIDString

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

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

Source from the content-addressed store, hash-verified

70 bool TestnetToBeDeprecatedFieldRPC() const { return fTestnetToBeDeprecatedFieldRPC; }
71 /** Return the BIP70 network string (main, test or regtest) */
72 std::string NetworkIDString() const { return strNetworkID; }
73 const std::vector<CDNSSeedData>& DNSSeeds() const { return vSeeds; }
74 const std::vector<unsigned char>& Base58Prefix(Base58Type type) const { return base58Prefixes[type]; }
75 const std::vector<SeedSpec6>& FixedSeeds() const { return vFixedSeeds; }

Callers 8

getblockchaininfoFunction · 0.80
UAHFTimeMethod · 0.80
getmininginfoFunction · 0.80
InitIPGroupsFunction · 0.80
ContextualCheckBlockFunction · 0.80
mainFunction · 0.80
verifyNetworkMethod · 0.80
setClientModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected