| 1163 | public: |
| 1164 | RawDescriptor(CScript script) : DescriptorImpl({}, "raw"), m_script(std::move(script)) {} |
| 1165 | bool IsSolvable() const final { return false; } |
| 1166 | |
| 1167 | std::optional<OutputType> GetOutputType() const override |
| 1168 | { |
no outgoing calls