BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Classes | |
struct | output |
Public Attributes | |
signed_transaction | trx |
vector< output > | outputs |
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.
vector<output> graphene::wallet::blind_confirmation::outputs |
Definition at line 71 of file wallet_structs.hpp.
signed_transaction graphene::wallet::blind_confirmation::trx |
Definition at line 70 of file wallet_structs.hpp.