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

Method Expand

src/script/descriptor.cpp:646–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644 }
645
646 bool Expand(int pos, const SigningProvider& provider, std::vector<CScript>& output_scripts, FlatSigningProvider& out, DescriptorCache* write_cache = nullptr) const final
647 {
648 return ExpandHelper(pos, provider, nullptr, output_scripts, out, write_cache);
649 }
650
651 bool ExpandFromCache(int pos, const DescriptorCache& read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const final
652 {

Callers 13

GetAffectedKeysFunction · 0.80
TopUpMethod · 0.80
ProcessImportDescriptorFunction · 0.80
backup.cppFile · 0.80
getwalletpakinfoFunction · 0.80
FundTransactionFunction · 0.80
initpegoutwalletFunction · 0.80
sendtomainchain_pakFunction · 0.80
DoCheckFunction · 0.80
getScriptFromDescriptorFunction · 0.80

Calls

no outgoing calls

Tested by 1

DoCheckFunction · 0.64