|
Monero
|
Public Attributes | |
| std::string | type |
| boost::variant< uint64_t, std::string > | block |
| uint64_t | timestamp |
| std::string | direction |
| bool | confirmed |
| uint64_t | amount |
| crypto::hash | hash |
| std::string | payment_id |
| uint64_t | fee |
| std::vector< std::pair< std::string, uint64_t > > | outputs |
| std::set< uint32_t > | index |
| std::string | note |
| std::string | unlocked |
| uint64_t cryptonote::simple_wallet::transfer_view::amount |
| boost::variant<uint64_t, std::string> cryptonote::simple_wallet::transfer_view::block |
| bool cryptonote::simple_wallet::transfer_view::confirmed |
| std::string cryptonote::simple_wallet::transfer_view::direction |
| uint64_t cryptonote::simple_wallet::transfer_view::fee |
| crypto::hash cryptonote::simple_wallet::transfer_view::hash |
| std::set<uint32_t> cryptonote::simple_wallet::transfer_view::index |
| std::string cryptonote::simple_wallet::transfer_view::note |
| std::vector<std::pair<std::string, uint64_t> > cryptonote::simple_wallet::transfer_view::outputs |
| std::string cryptonote::simple_wallet::transfer_view::payment_id |
| uint64_t cryptonote::simple_wallet::transfer_view::timestamp |
| std::string cryptonote::simple_wallet::transfer_view::type |
| std::string cryptonote::simple_wallet::transfer_view::unlocked |