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

#include <wallet_structs.hpp>

Classes

struct  output
 

Public Attributes

signed_transaction trx
 
vector< outputoutputs
 

Detailed Description

Contains the confirmation receipt the sender must give the receiver and the meta data about the receipt that helps the sender identify which receipt is for the receiver and which is for the change address.

Definition at line 58 of file wallet_structs.hpp.

Member Data Documentation

◆ outputs

vector<output> graphene::wallet::blind_confirmation::outputs

Definition at line 71 of file wallet_structs.hpp.

◆ trx

signed_transaction graphene::wallet::blind_confirmation::trx

Definition at line 70 of file wallet_structs.hpp.


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