Electroneum
tools::wallet2::multisig_sig Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::multisig_sig:

Public Attributes

rct::rctSig sigs
 
std::unordered_set< crypto::public_keyignore
 
std::unordered_set< rct::keyused_L
 
std::unordered_set< crypto::public_keysigning_keys
 
rct::multisig_out msout
 

Detailed Description

Definition at line 452 of file wallet2.h.

Member Data Documentation

◆ ignore

std::unordered_set<crypto::public_key> tools::wallet2::multisig_sig::ignore

Definition at line 455 of file wallet2.h.

◆ msout

rct::multisig_out tools::wallet2::multisig_sig::msout

Definition at line 458 of file wallet2.h.

◆ signing_keys

std::unordered_set<crypto::public_key> tools::wallet2::multisig_sig::signing_keys

Definition at line 457 of file wallet2.h.

◆ sigs

rct::rctSig tools::wallet2::multisig_sig::sigs

Definition at line 454 of file wallet2.h.

◆ used_L

std::unordered_set<rct::key> tools::wallet2::multisig_sig::used_L

Definition at line 456 of file wallet2.h.


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