Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 400 of file wallet.h.

Member Data Documentation

◆ block_height

Definition at line 402 of file wallet.h.

◆ blocks_to_maturity

◆ depth_in_main_chain

◆ is_abandoned

Definition at line 408 of file wallet.h.

◆ is_coinbase

Definition at line 409 of file wallet.h.

◆ is_in_main_chain

Definition at line 410 of file wallet.h.

◆ is_trusted

Definition at line 407 of file wallet.h.

◆ lock_time

Definition at line 406 of file wallet.h.

◆ time_received

Definition at line 405 of file wallet.h.


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