Electroneum
Electroneum::TransactionInfo::Transfer Struct Reference

#include <wallet2_api.h>

Collaboration diagram for Electroneum::TransactionInfo::Transfer:

Public Member Functions

 Transfer (uint64_t _amount, const std::string &address)
 

Public Attributes

const uint64_t amount
 
const std::string address
 

Detailed Description

Definition at line 175 of file wallet2_api.h.

Constructor & Destructor Documentation

◆ Transfer()

Electroneum::TransactionInfo::Transfer::Transfer ( uint64_t  _amount,
const std::string &  address 
)

Definition at line 41 of file transaction_info.cpp.

42  : amount(_amount), address(_address) {}

Member Data Documentation

◆ address

const std::string Electroneum::TransactionInfo::Transfer::address

Definition at line 178 of file wallet2_api.h.

◆ amount

const uint64_t Electroneum::TransactionInfo::Transfer::amount

Definition at line 177 of file wallet2_api.h.


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