| 202 | } |
| 203 | |
| 204 | [[nodiscard]] inline arith_uint256 ConsumeArithUInt256(FuzzedDataProvider& fuzzed_data_provider) noexcept |
| 205 | { |
| 206 | return UintToArith256(ConsumeUInt256(fuzzed_data_provider)); |
| 207 | } |
| 208 | |
| 209 | [[nodiscard]] CTxMemPoolEntry ConsumeTxMemPoolEntry(FuzzedDataProvider& fuzzed_data_provider, const CTransaction& tx) noexcept; |
| 210 |
no test coverage detected