| 25 | std::optional<OutputType> GetOutputType() const override { return OutputType::UNKNOWN; } |
| 26 | |
| 27 | bool IsRange() const override { return false; } |
| 28 | bool IsSolvable() const override { return false; } |
| 29 | bool IsSingleType() const override { return true; } |
| 30 | bool HavePrivateKeys(const SigningProvider&) const override { return false; } |
no outgoing calls
no test coverage detected