| 592 | } |
| 593 | |
| 594 | std::string ToString() const final |
| 595 | { |
| 596 | std::string ret; |
| 597 | ToStringHelper(nullptr, ret, StringType::PUBLIC); |
| 598 | return AddChecksum(ret); |
| 599 | } |
| 600 | |
| 601 | bool ToPrivateString(const SigningProvider& arg, std::string& out) const final |
| 602 | { |
no test coverage detected