Bitcoin Core  22.0.0
P2P Digital Currency
Public Attributes | List of all members
COutputEntry Struct Reference

#include <receive.h>

Public Attributes

CTxDestination destination
 
CAmount amount
 
int vout
 

Detailed Description

Definition at line 13 of file receive.h.

Member Data Documentation

◆ amount

CAmount COutputEntry::amount

Definition at line 16 of file receive.h.

◆ destination

CTxDestination COutputEntry::destination

Definition at line 15 of file receive.h.

◆ vout

int COutputEntry::vout

Definition at line 17 of file receive.h.


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