Electroneum
tools::wallet2::reserve_proof_entry Struct Reference

#include <wallet2.h>

Public Attributes

crypto::hash txid
 
uint64_t index_in_tx
 
crypto::public_key shared_secret
 
crypto::key_image key_image
 
crypto::signature shared_secret_sig
 
crypto::signature key_image_sig
 

Detailed Description

Definition at line 546 of file wallet2.h.

Member Data Documentation

◆ index_in_tx

uint64_t tools::wallet2::reserve_proof_entry::index_in_tx

Definition at line 549 of file wallet2.h.

◆ key_image

crypto::key_image tools::wallet2::reserve_proof_entry::key_image

Definition at line 551 of file wallet2.h.

◆ key_image_sig

crypto::signature tools::wallet2::reserve_proof_entry::key_image_sig

Definition at line 553 of file wallet2.h.

◆ shared_secret

crypto::public_key tools::wallet2::reserve_proof_entry::shared_secret

Definition at line 550 of file wallet2.h.

◆ shared_secret_sig

crypto::signature tools::wallet2::reserve_proof_entry::shared_secret_sig

Definition at line 552 of file wallet2.h.

◆ txid

crypto::hash tools::wallet2::reserve_proof_entry::txid

Definition at line 548 of file wallet2.h.


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