Electroneum
cryptonote::txin_to_key Struct Reference

#include <cryptonote_basic.h>

Collaboration diagram for cryptonote::txin_to_key:

Public Attributes

uint64_t amount
 
std::vector< uint64_tkey_offsets
 
crypto::key_image k_image
 

Detailed Description

Definition at line 197 of file cryptonote_basic.h.

Member Data Documentation

◆ amount

uint64_t cryptonote::txin_to_key::amount

Definition at line 199 of file cryptonote_basic.h.

◆ k_image

crypto::key_image cryptonote::txin_to_key::k_image

Definition at line 201 of file cryptonote_basic.h.

◆ key_offsets

std::vector<uint64_t> cryptonote::txin_to_key::key_offsets

Definition at line 200 of file cryptonote_basic.h.


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