libbtc
bitcoinclibrary
|
#include <script.h>
Data Fields | |
enum opcodetype | op |
unsigned char * | data |
size_t | datalen |
unsigned char* btc_script_op_::data |
Definition at line 205 of file script.h.
Referenced by btc_script_get_ops(), and btc_script_op_free().
size_t btc_script_op_::datalen |
Definition at line 206 of file script.h.
Referenced by btc_script_get_ops(), btc_script_is_op_pubkey(), btc_script_is_op_pubkeyhash(), and btc_script_op_free().
enum opcodetype btc_script_op_::op |
Definition at line 204 of file script.h.
Referenced by btc_script_get_ops(), btc_script_is_op(), btc_script_is_op_pubkey(), btc_script_is_op_pubkeyhash(), btc_script_is_op_smallint(), and btc_script_op_free().