MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Fragment

Method Fragment

src/script/miniscript.h:587–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585 }
586
587 enum Fragment Fragment() const { return fragment; }
588 uint32_t K() const { return k; }
589 const std::vector<Key>& Keys() const { return keys; }
590 const std::vector<unsigned char>& Data() const { return data; }

Callers 4

MiniscriptDescriptorMethod · 0.80
FindChallengesFunction · 0.80
GenNodeFunction · 0.80
TestNodeFunction · 0.80

Calls

no outgoing calls

Tested by 3

FindChallengesFunction · 0.64
GenNodeFunction · 0.64
TestNodeFunction · 0.64