Electroneum
Public Attributes | List of all members
tools::wallet2::signed_tx_set Struct Reference

#include <wallet2.h>

Public Attributes

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

Member Data Documentation

◆ key_images

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

◆ ptx

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

◆ tx_key_images

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

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