Monero
Loading...
Searching...
No Matches
cryptonote::simple_wallet::transfer_view Struct Reference

Public Attributes

std::string type
boost::variant< uint64_t, std::string > block
uint64_t timestamp
std::string direction
bool confirmed
uint64_t amount
crypto::hash hash
std::string payment_id
uint64_t fee
std::vector< std::pair< std::string, uint64_t > > outputs
std::set< uint32_tindex
std::string note
std::string unlocked

Member Data Documentation

◆ amount

uint64_t cryptonote::simple_wallet::transfer_view::amount

◆ block

boost::variant<uint64_t, std::string> cryptonote::simple_wallet::transfer_view::block

◆ confirmed

bool cryptonote::simple_wallet::transfer_view::confirmed

◆ direction

std::string cryptonote::simple_wallet::transfer_view::direction

◆ fee

uint64_t cryptonote::simple_wallet::transfer_view::fee

◆ hash

crypto::hash cryptonote::simple_wallet::transfer_view::hash

◆ index

std::set<uint32_t> cryptonote::simple_wallet::transfer_view::index

◆ note

std::string cryptonote::simple_wallet::transfer_view::note

◆ outputs

std::vector<std::pair<std::string, uint64_t> > cryptonote::simple_wallet::transfer_view::outputs

◆ payment_id

std::string cryptonote::simple_wallet::transfer_view::payment_id

◆ timestamp

uint64_t cryptonote::simple_wallet::transfer_view::timestamp

◆ type

std::string cryptonote::simple_wallet::transfer_view::type

◆ unlocked

std::string cryptonote::simple_wallet::transfer_view::unlocked

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