#include <cryptonote_basic.h>
Definition at line 126 of file cryptonote_basic.h.
◆ if()
| cryptonote::txout_to_key_public::if |
( |
std::is_same< Archive< W >, json_archive< W > > | () | ) |
|
|
inline |
Definition at line 135 of file cryptonote_basic.h.
136 {
137 std::stringstream ss;
138 binary_archive<true> ba(ss);
140 std::string address_blob = ss.str();
141
142 if(!r) return false;
143
145
146 ar.tag("address");
148 if (!ar.stream().good())
149 return false;
150
151 } else {
bool serialize(Archive &ar, T &v)
uint64_t m_address_prefix
cryptonote::account_public_address address
◆ address
◆ etn_address
| std::string cryptonote::txout_to_key_public::etn_address |
◆ m_address_prefix
| uint64_t cryptonote::txout_to_key_public::m_address_prefix |
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/cryptonote_basic/cryptonote_basic.h