| 66 | } |
| 67 | |
| 68 | uint64_t ThinTx::obfuscated() const { |
| 69 | if (obfuscated_.id == 0) |
| 70 | throw std::runtime_error("obfuscated hash not available"); |
| 71 | return obfuscated_.id; |
| 72 | } |
| 73 | |
| 74 | bool ThinTx::hasObfuscated() const { |
| 75 | return obfuscated_.id != 0; |
no outgoing calls