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

Method MakeScripts

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

Source from the content-addressed store, hash-verified

1160protected:
1161 std::string ToStringExtra() const override { return HexStr(m_script); }
1162 std::vector<CScript> MakeScripts(const std::vector<CPubKey>&, std::span<const CScript>, FlatSigningProvider&) const override { return Vector(m_script); }
1163public:
1164 RawDescriptor(CScript script) : DescriptorImpl({}, "raw"), m_script(std::move(script)) {}
1165 bool IsSolvable() const final { return false; }

Callers

nothing calls this directly

Calls 1

VectorFunction · 0.85

Tested by

no test coverage detected