ledger-core
Public Member Functions | Public Attributes | List of all members
ledger::core::Operation Struct Reference
+ Collaboration diagram for ledger::core::Operation:

Public Member Functions

void refreshUid (const std::string &additional="")
 
 Operation (Operation const &)=default
 
 Operation (Operation &&)=default
 
Operationoperator= (Operation const &)=default
 
Operationoperator= (Operation &&)=default
 

Public Attributes

std::string uid
 
std::string accountUid
 
std::string walletUid
 
api::WalletType walletType
 
std::chrono::system_clock::time_point date
 
std::vector< std::string > senders
 
std::vector< std::string > recipients
 
BigInt amount
 
Option< BigIntfees
 
Option< Blockblock
 
std::string currencyName
 
api::OperationType type
 
std::shared_ptr< TrustIndicatortrust
 
Option< BitcoinLikeBlockchainExplorerTransactionbitcoinTransaction
 
Option< EthereumLikeBlockchainExplorerTransactionethereumTransaction
 
Option< RippleLikeBlockchainExplorerTransactionrippleTransaction
 
Option< TezosLikeBlockchainExplorerTransactiontezosTransaction
 

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