| 770 | struct Error : public json_rpc::Error { |
| 771 | Hash transaction_hash; |
| 772 | Error() = default; |
| 773 | Error(int c, const std::string &msg, const Hash &transaction_hash); |
| 774 | void seria_data_members(seria::ISeria &s) override; |
| 775 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected