Electroneum
tools::wallet2::multisig_info Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::multisig_info:

Classes

struct  LR
 

Public Attributes

crypto::public_key m_signer
 
std::vector< LRm_LR
 
std::vector< crypto::key_imagem_partial_key_images
 

Detailed Description

Definition at line 264 of file wallet2.h.

Member Data Documentation

◆ m_LR

std::vector<LR> tools::wallet2::multisig_info::m_LR

Definition at line 278 of file wallet2.h.

◆ m_partial_key_images

std::vector<crypto::key_image> tools::wallet2::multisig_info::m_partial_key_images

Definition at line 279 of file wallet2.h.

◆ m_signer

crypto::public_key tools::wallet2::multisig_info::m_signer

Definition at line 277 of file wallet2.h.


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