libbtc
bitcoinclibrary
Data Fields
btc_tx_ Struct Reference

#include <tx.h>

Data Fields

uint32_t version
 
vectorvin
 
vectorvout
 
uint32_t locktime
 

Detailed Description

Definition at line 74 of file tx.h.

Field Documentation

uint32_t btc_tx_::locktime

Definition at line 79 of file tx.h.

Referenced by btc_tx_copy(), btc_tx_deserialize(), btc_tx_new(), and btc_tx_serialize().

uint32_t btc_tx_::version

Definition at line 76 of file tx.h.

Referenced by btc_tx_copy(), btc_tx_deserialize(), btc_tx_new(), and btc_tx_serialize().

vector* btc_tx_::vin
vector* btc_tx_::vout

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