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

Method MakeScripts

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

Source from the content-addressed store, hash-verified

693protected:
694 std::string ToStringExtra() const override { return HexStr(m_script); }
695 std::vector<CScript> MakeScripts(const std::vector<CPubKey>&, Span<const CScript>, FlatSigningProvider&) const override { return Vector(m_script); }
696public:
697 RawDescriptor(CScript script) : DescriptorImpl({}, "raw"), m_script(std::move(script)) {}
698 bool IsSolvable() const final { return false; }

Callers

nothing calls this directly

Calls 1

VectorFunction · 0.85

Tested by

no test coverage detected