Bitcoin ABC 0.32.4
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CreatedTransactionResult Struct Reference

#include <spend.h>

Collaboration diagram for CreatedTransactionResult:
[legend]

Public Member Functions

 CreatedTransactionResult (CTransactionRef tx, Amount fee, int change_pos)
 

Public Attributes

CTransactionRef tx
 
Amount fee
 
int change_pos
 

Detailed Description

Definition at line 167 of file spend.h.

Constructor & Destructor Documentation

◆ CreatedTransactionResult()

CreatedTransactionResult::CreatedTransactionResult ( CTransactionRef  tx,
Amount  fee,
int  change_pos 
)
inline

Definition at line 172 of file spend.h.

Member Data Documentation

◆ change_pos

int CreatedTransactionResult::change_pos

Definition at line 170 of file spend.h.

◆ fee

Amount CreatedTransactionResult::fee

Definition at line 169 of file spend.h.

◆ tx

CTransactionRef CreatedTransactionResult::tx

Definition at line 168 of file spend.h.


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