Electroneum
cryptonote::txin_to_scripthash Struct Reference

#include <cryptonote_basic.h>

Collaboration diagram for cryptonote::txin_to_scripthash:

Public Attributes

crypto::hash prev
 
size_t prevout
 
txout_to_script script
 
std::vector< uint8_tsigset
 

Detailed Description

Definition at line 176 of file cryptonote_basic.h.

Member Data Documentation

◆ prev

crypto::hash cryptonote::txin_to_scripthash::prev

Definition at line 178 of file cryptonote_basic.h.

◆ prevout

size_t cryptonote::txin_to_scripthash::prevout

Definition at line 179 of file cryptonote_basic.h.

◆ script

txout_to_script cryptonote::txin_to_scripthash::script

Definition at line 180 of file cryptonote_basic.h.

◆ sigset

std::vector<uint8_t> cryptonote::txin_to_scripthash::sigset

Definition at line 181 of file cryptonote_basic.h.


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