BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Attributes | List of all members
interfaces::WalletTxStatus Struct Reference

Updated transaction status. More...

#include <wallet.h>

Public Attributes

int block_height
 
int blocks_to_maturity
 
int depth_in_main_chain
 
unsigned int time_received
 
uint32_t lock_time
 
bool is_final
 
bool is_trusted
 
bool is_abandoned
 
bool is_coinbase
 
bool is_in_main_chain
 

Detailed Description

Updated transaction status.

Definition at line 346 of file wallet.h.

Member Data Documentation

◆ block_height

int interfaces::WalletTxStatus::block_height

Definition at line 348 of file wallet.h.

◆ blocks_to_maturity

int interfaces::WalletTxStatus::blocks_to_maturity

Definition at line 349 of file wallet.h.

◆ depth_in_main_chain

int interfaces::WalletTxStatus::depth_in_main_chain

Definition at line 350 of file wallet.h.

◆ is_abandoned

bool interfaces::WalletTxStatus::is_abandoned

Definition at line 355 of file wallet.h.

◆ is_coinbase

bool interfaces::WalletTxStatus::is_coinbase

Definition at line 356 of file wallet.h.

◆ is_final

bool interfaces::WalletTxStatus::is_final

Definition at line 353 of file wallet.h.

◆ is_in_main_chain

bool interfaces::WalletTxStatus::is_in_main_chain

Definition at line 357 of file wallet.h.

◆ is_trusted

bool interfaces::WalletTxStatus::is_trusted

Definition at line 354 of file wallet.h.

◆ lock_time

uint32_t interfaces::WalletTxStatus::lock_time

Definition at line 352 of file wallet.h.

◆ time_received

unsigned int interfaces::WalletTxStatus::time_received

Definition at line 351 of file wallet.h.


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