Electroneum
Public Attributes | List of all members
tools::wallet2::payment_details Struct Reference

#include <wallet2.h>

Inheritance diagram for tools::wallet2::payment_details:
Inheritance graph
[legend]
Collaboration diagram for tools::wallet2::payment_details:
Collaboration graph
[legend]

Public Attributes

crypto::hash m_tx_hash
 
uint64_t m_amount
 
uint64_t m_fee
 
uint64_t m_block_height
 
uint64_t m_unlock_time
 
uint64_t m_timestamp
 
bool m_coinbase
 
cryptonote::subaddress_index m_subaddr_index
 

Member Data Documentation

◆ m_amount

uint64_t tools::wallet2::payment_details::m_amount

◆ m_block_height

uint64_t tools::wallet2::payment_details::m_block_height

◆ m_coinbase

bool tools::wallet2::payment_details::m_coinbase

◆ m_fee

uint64_t tools::wallet2::payment_details::m_fee

◆ m_subaddr_index

cryptonote::subaddress_index tools::wallet2::payment_details::m_subaddr_index

◆ m_timestamp

uint64_t tools::wallet2::payment_details::m_timestamp

◆ m_tx_hash

crypto::hash tools::wallet2::payment_details::m_tx_hash

◆ m_unlock_time

uint64_t tools::wallet2::payment_details::m_unlock_time

The documentation for this struct was generated from the following file: