#include <wallet_errors.h>
Definition at line 171 of file wallet_errors.h.
◆ unexpected_txin_type()
| tools::error::unexpected_txin_type::unexpected_txin_type |
( |
std::string && | loc, |
|
|
const cryptonote::transaction & | tx ) |
|
inlineexplicit |
◆ to_string()
| std::string tools::error::unexpected_txin_type::to_string |
( |
| ) |
const |
|
inline |
Definition at line 181 of file wallet_errors.h.
182 {
183 std::ostringstream ss;
184 cryptonote::transaction
tx = m_tx;
186 return ss.str();
187 }
std::string obj_to_json_str(T &obj)
◆ tx()
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/wallet_errors.h