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

Function GetActivePAKList

src/primitives/pak.cpp:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185CPAKList GetActivePAKList(const CBlockIndex* pblockindex, const Consensus::Params& params)
186{
187 assert(pblockindex);
188
189 return CreatePAKListFromExtensionSpace(ComputeNextBlockFullCurrentParameters(pblockindex, params).m_extension_space);
190}
191
192bool IsPAKValidOutput(const CTxOut& txout, const CPAKList& paklist, const uint256& parent_gen_hash, const CAsset& peg_asset)
193{

Callers 6

removeForBlockMethod · 0.85
PreChecksMethod · 0.85
ConnectBlockMethod · 0.85
sendtomainchain_pakFunction · 0.85
generatepegoutproofFunction · 0.85
getpakinfoFunction · 0.85

Tested by

no test coverage detected