|
| virtual int | run (const std::string &filename) |
| |
| virtual int | init () |
| |
Definition at line 37 of file transaction.cpp.
◆ run()
| int TransactionFuzzer::run |
( |
const std::string & |
filename | ) |
|
|
virtual |
Implements Fuzzer.
Definition at line 45 of file transaction.cpp.
51 std::cout <<
"Error: failed to load file " << filename << std::endl;
57 std::cout <<
"Error: failed to parse transaction from file " << filename << std::endl;
bool load_file_to_string(const std::string &path_to_file, std::string &target_str, size_t max_size=1000000000)
bool parse_and_validate_tx_from_blob(const blobdata &tx_blob, transaction &tx)
The documentation for this class was generated from the following file: