|
Electroneum
|
#include <wallet2.h>

Public Member Functions | |
| bool | is_rct () const |
| uint64_t | amount () const |
| const crypto::public_key & | get_public_key () const |
| const std::pair< crypto::hash, size_t > | get_chainstate_index () const |
Public Attributes | |
| uint64_t | m_block_height |
| cryptonote::transaction_prefix | m_tx |
| crypto::hash | m_txid |
| size_t | m_internal_output_index |
| uint64_t | m_global_output_index |
| bool | m_spent |
| bool | m_frozen |
| uint64_t | m_spent_height |
| crypto::key_image | m_key_image |
| rct::key | m_mask |
| uint64_t | m_amount |
| bool | m_rct |
| bool | m_key_image_known |
| bool | m_key_image_request |
| size_t | m_pk_index |
| cryptonote::subaddress_index | m_subaddr_index |
| bool | m_key_image_partial |
| std::vector< rct::key > | m_multisig_k |
| std::vector< multisig_info > | m_multisig_info |
| std::vector< std::pair< uint64_t, crypto::hash > > | m_uses |
|
inline |
|
inline |
Definition at line 327 of file wallet2.h.
|
inline |
Definition at line 326 of file wallet2.h.

|
inline |
| uint64_t tools::wallet2::transfer_details::m_global_output_index |
| size_t tools::wallet2::transfer_details::m_internal_output_index |
| crypto::key_image tools::wallet2::transfer_details::m_key_image |
| bool tools::wallet2::transfer_details::m_key_image_partial |
| bool tools::wallet2::transfer_details::m_key_image_request |
| std::vector<multisig_info> tools::wallet2::transfer_details::m_multisig_info |
| std::vector<rct::key> tools::wallet2::transfer_details::m_multisig_k |
| cryptonote::subaddress_index tools::wallet2::transfer_details::m_subaddr_index |
| cryptonote::transaction_prefix tools::wallet2::transfer_details::m_tx |
| crypto::hash tools::wallet2::transfer_details::m_txid |
| std::vector<std::pair<uint64_t, crypto::hash> > tools::wallet2::transfer_details::m_uses |