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

Constructor & Destructor Documentation

◆ txout_to_key() [1/2]

cryptonote::txout_to_key::txout_to_key ( )
inline

Definition at line 115 of file cryptonote_basic.h.

115 { }

◆ txout_to_key() [2/2]

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

Definition at line 116 of file cryptonote_basic.h.

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

Member Data Documentation

◆ key

crypto::public_key cryptonote::txout_to_key::key

Definition at line 117 of file cryptonote_basic.h.


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