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

Method Error

src/rpc_api.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51void api::ErrorHash::seria_data_members(seria::ISeria &s) { seria_kv("hash", hash, s); }
52
53api::cnd::CheckSendproof::Error::Error(int c, const std::string &msg, const Hash &transaction_hash)
54 : json_rpc::Error(c, msg + " transaction_hash=" + common::pod_to_hex(transaction_hash))
55 , transaction_hash(transaction_hash) {}
56
57void api::cnd::CheckSendproof::Error::seria_data_members(seria::ISeria &s) {
58 seria_kv("transaction_hash", transaction_hash, s);

Callers

nothing calls this directly

Calls 1

pod_to_hexFunction · 0.85

Tested by

no test coverage detected