Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
interfaces::WalletTxOut Struct Reference

Wallet transaction output. More...

#include <wallet.h>

Collaboration diagram for interfaces::WalletTxOut:
[legend]

Public Attributes

CTxOut txout
 
int64_t time
 
int depth_in_main_chain = -1
 
bool is_spent = false
 

Detailed Description

Wallet transaction output.

Definition at line 424 of file wallet.h.

Member Data Documentation

◆ depth_in_main_chain

int interfaces::WalletTxOut::depth_in_main_chain = -1

Definition at line 428 of file wallet.h.

◆ is_spent

bool interfaces::WalletTxOut::is_spent = false

Definition at line 429 of file wallet.h.

◆ time

int64_t interfaces::WalletTxOut::time

Definition at line 427 of file wallet.h.

◆ txout

CTxOut interfaces::WalletTxOut::txout

Definition at line 426 of file wallet.h.


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