Electroneum
cryptonote::txout_to_key Struct Reference

#include <cryptonote_basic.h>

Public Member Functions

 txout_to_key ()
 
 txout_to_key (const crypto::public_key &_key)
 

Public Attributes

crypto::public_key key
 

Detailed Description

Definition at line 119 of file cryptonote_basic.h.

Constructor & Destructor Documentation

◆ txout_to_key() [1/2]

cryptonote::txout_to_key::txout_to_key ( )
inline

Definition at line 121 of file cryptonote_basic.h.

121 { }

◆ txout_to_key() [2/2]

cryptonote::txout_to_key::txout_to_key ( const crypto::public_key _key)
inline

Definition at line 122 of file cryptonote_basic.h.

122 : key(_key) { }
crypto::public_key key

Member Data Documentation

◆ key

crypto::public_key cryptonote::txout_to_key::key

Definition at line 123 of file cryptonote_basic.h.


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