Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
WalletTxOut Struct Reference

Wallet transaction output. More...

#include <wallet.h>

Collaboration diagram for 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 414 of file wallet.h.

Member Data Documentation

◆ depth_in_main_chain

Definition at line 418 of file wallet.h.

◆ is_spent

Definition at line 419 of file wallet.h.

◆ time

Definition at line 417 of file wallet.h.

◆ txout

Definition at line 416 of file wallet.h.


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