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 182 of file cryptonote_basic.h.

Member Data Documentation

◆ prev

crypto::hash cryptonote::txin_to_scripthash::prev

Definition at line 184 of file cryptonote_basic.h.

◆ prevout

size_t cryptonote::txin_to_scripthash::prevout

Definition at line 185 of file cryptonote_basic.h.

◆ script

txout_to_script cryptonote::txin_to_scripthash::script

Definition at line 186 of file cryptonote_basic.h.

◆ sigset

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

Definition at line 187 of file cryptonote_basic.h.


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