BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::wallet::blind_confirmation::output Struct Reference

#include <wallet_structs.hpp>

Public Attributes

string label
 
public_key_type pub_key
 
stealth_confirmation::memo_data decrypted_memo
 
stealth_confirmation confirmation
 
authority auth
 
string confirmation_receipt
 

Detailed Description

Definition at line 60 of file wallet_structs.hpp.

Member Data Documentation

◆ auth

authority graphene::wallet::blind_confirmation::output::auth

Definition at line 66 of file wallet_structs.hpp.

◆ confirmation

stealth_confirmation graphene::wallet::blind_confirmation::output::confirmation

Definition at line 65 of file wallet_structs.hpp.

◆ confirmation_receipt

string graphene::wallet::blind_confirmation::output::confirmation_receipt

Definition at line 67 of file wallet_structs.hpp.

◆ decrypted_memo

stealth_confirmation::memo_data graphene::wallet::blind_confirmation::output::decrypted_memo

Definition at line 64 of file wallet_structs.hpp.

◆ label

string graphene::wallet::blind_confirmation::output::label

Definition at line 62 of file wallet_structs.hpp.

◆ pub_key

public_key_type graphene::wallet::blind_confirmation::output::pub_key

Definition at line 63 of file wallet_structs.hpp.


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