Electroneum
tools::wallet2::payment_details Struct Reference

#include <wallet2.h>

Inheritance diagram for tools::wallet2::payment_details:
Collaboration diagram for tools::wallet2::payment_details:

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
 

Detailed Description

Definition at line 353 of file wallet2.h.

Member Data Documentation

◆ m_amount

uint64_t tools::wallet2::payment_details::m_amount

Definition at line 356 of file wallet2.h.

◆ m_block_height

uint64_t tools::wallet2::payment_details::m_block_height

Definition at line 358 of file wallet2.h.

◆ m_coinbase

bool tools::wallet2::payment_details::m_coinbase

Definition at line 361 of file wallet2.h.

◆ m_fee

uint64_t tools::wallet2::payment_details::m_fee

Definition at line 357 of file wallet2.h.

◆ m_subaddr_index

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

Definition at line 362 of file wallet2.h.

◆ m_timestamp

uint64_t tools::wallet2::payment_details::m_timestamp

Definition at line 360 of file wallet2.h.

◆ m_tx_hash

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

Definition at line 355 of file wallet2.h.

◆ m_unlock_time

uint64_t tools::wallet2::payment_details::m_unlock_time

Definition at line 359 of file wallet2.h.


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