Bitcoin
Public Attributes | List of all members
interfaces::WalletTxOut Struct Reference

Wallet transaction output. More...

#include <wallet.h>

Public Attributes

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

Detailed Description

Wallet transaction output.

Member Data Documentation

◆ depth_in_main_chain

int interfaces::WalletTxOut::depth_in_main_chain = -1

◆ is_spent

bool interfaces::WalletTxOut::is_spent = false

◆ time

int64_t interfaces::WalletTxOut::time

◆ txout

CTxOut interfaces::WalletTxOut::txout

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