|
libbtc
bitcoinclibrary
|
#include <tx.h>
Data Fields | |
| int64_t | value |
| cstring * | script_pubkey |
| cstring* btc_tx_out_::script_pubkey |
Definition at line 71 of file tx.h.
Referenced by btc_tx_add_p2pkh_hash160_out(), btc_tx_add_p2sh_hash160_out(), btc_tx_out_copy(), btc_tx_out_deserialize(), btc_tx_out_free(), btc_tx_out_serialize(), and btc_tx_sighash().
| int64_t btc_tx_out_::value |
Definition at line 70 of file tx.h.
Referenced by btc_tx_add_p2pkh_hash160_out(), btc_tx_add_p2sh_hash160_out(), btc_tx_out_copy(), btc_tx_out_deserialize(), btc_tx_out_free(), btc_tx_out_serialize(), and btc_tx_sighash().
1.8.10