Bitcoin Core  27.99.0
P2P Digital Currency
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_trusted
 
bool is_abandoned
 
bool is_coinbase
 
bool is_in_main_chain
 

Detailed Description

Updated transaction status.

Definition at line 410 of file wallet.h.

Member Data Documentation

◆ block_height

int interfaces::WalletTxStatus::block_height

Definition at line 412 of file wallet.h.

◆ blocks_to_maturity

int interfaces::WalletTxStatus::blocks_to_maturity

Definition at line 413 of file wallet.h.

◆ depth_in_main_chain

int interfaces::WalletTxStatus::depth_in_main_chain

Definition at line 414 of file wallet.h.

◆ is_abandoned

bool interfaces::WalletTxStatus::is_abandoned

Definition at line 418 of file wallet.h.

◆ is_coinbase

bool interfaces::WalletTxStatus::is_coinbase

Definition at line 419 of file wallet.h.

◆ is_in_main_chain

bool interfaces::WalletTxStatus::is_in_main_chain

Definition at line 420 of file wallet.h.

◆ is_trusted

bool interfaces::WalletTxStatus::is_trusted

Definition at line 417 of file wallet.h.

◆ lock_time

uint32_t interfaces::WalletTxStatus::lock_time

Definition at line 416 of file wallet.h.

◆ time_received

unsigned int interfaces::WalletTxStatus::time_received

Definition at line 415 of file wallet.h.


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