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

Method GetEnforcePak

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

Source from the content-addressed store, hash-verified

134 const std::string& ParentBech32HRP() const { return parent_bech32_hrp; }
135 const std::string& ParentBlech32HRP() const { return parent_blech32_hrp; }
136 bool GetEnforcePak() const { return enforce_pak; }
137 bool GetAcceptUnlimitedIssuances() const { return accept_unlimited_issuances; }
138 bool GetMultiDataPermitted() const { return multi_data_permitted; }
139 bool GetAcceptDiscountCT() const { return accept_discount_ct; }

Callers 9

removeForBlockMethod · 0.80
AppInitMainFunction · 0.80
PreChecksMethod · 0.80
ConnectBlockMethod · 0.80
IsStandardFunction · 0.80
initpegoutwalletFunction · 0.80
sendtomainchainFunction · 0.80
getsidechaininfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected