| 37 | bool EnsureWalletIsAvailable(bool avoidException); |
| 38 | |
| 39 | std::string static EncodeDumpTime(int64_t nTime) |
| 40 | { |
| 41 | return DateTimeStrFormat("%Y-%m-%dT%H:%M:%SZ", nTime); |
| 42 | } |
| 43 | |
| 44 | int64_t static DecodeDumpTime(const std::string& str) |
| 45 | { |
no test coverage detected