MCPcopy Create free account
hub / github.com/bcndev/bytecoin / Error

Method Error

src/rpc_api.hpp:772–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected