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

Method ErrorAddress

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

Source from the content-addressed store, hash-verified

192struct ErrorAddress : public json_rpc::Error {
193 std::string address;
194 ErrorAddress() = default;
195 ErrorAddress(int c, const std::string &msg, const std::string &address);
196 void seria_data_members(seria::ISeria &s) override;
197 enum { ADDRESS_FAILED_TO_PARSE = -4, ADDRESS_NOT_IN_TRANSACTION = -204, ADDRESS_NOT_IN_WALLET = -1002 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected