|
Electroneum
|
#include <cryptonote_tx_utils.h>

Public Member Functions | |
| tx_destination_entry () | |
| tx_destination_entry (uint64_t a, const account_public_address &ad, bool is_subaddress) | |
| tx_destination_entry (const std::string &o, uint64_t a, const account_public_address &ad, bool is_subaddress) | |
Public Attributes | |
| std::string | original |
| uint64_t | amount |
| account_public_address | addr |
| bool | is_subaddress |
| bool | is_integrated |
Definition at line 83 of file cryptonote_tx_utils.h.
|
inline |
Definition at line 91 of file cryptonote_tx_utils.h.
|
inline |
Definition at line 92 of file cryptonote_tx_utils.h.
|
inline |
Definition at line 93 of file cryptonote_tx_utils.h.
| account_public_address cryptonote::tx_destination_entry::addr |
Definition at line 87 of file cryptonote_tx_utils.h.
| uint64_t cryptonote::tx_destination_entry::amount |
Definition at line 86 of file cryptonote_tx_utils.h.
| bool cryptonote::tx_destination_entry::is_integrated |
Definition at line 89 of file cryptonote_tx_utils.h.
| bool cryptonote::tx_destination_entry::is_subaddress |
Definition at line 88 of file cryptonote_tx_utils.h.
| std::string cryptonote::tx_destination_entry::original |
Definition at line 85 of file cryptonote_tx_utils.h.