Electroneum
tools::wallet2::signed_tx_set Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::signed_tx_set:

Public Attributes

std::vector< pending_txptx
 
std::vector< crypto::key_imagekey_images
 
std::unordered_map< crypto::public_key, crypto::key_imagetx_key_images
 

Detailed Description

Definition at line 503 of file wallet2.h.

Member Data Documentation

◆ key_images

std::vector<crypto::key_image> tools::wallet2::signed_tx_set::key_images

Definition at line 506 of file wallet2.h.

◆ ptx

std::vector<pending_tx> tools::wallet2::signed_tx_set::ptx

Definition at line 505 of file wallet2.h.

◆ tx_key_images

std::unordered_map<crypto::public_key, crypto::key_image> tools::wallet2::signed_tx_set::tx_key_images

Definition at line 507 of file wallet2.h.


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