|
ledger-core
|
Collaboration diagram for ledger::core::Operation:Public Member Functions | |
| void | refreshUid (const std::string &additional="") |
| Operation (Operation const &)=default | |
| Operation (Operation &&)=default | |
| Operation & | operator= (Operation const &)=default |
| Operation & | operator= (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< BigInt > | fees |
| Option< Block > | block |
| std::string | currencyName |
| api::OperationType | type |
| std::shared_ptr< TrustIndicator > | trust |
| Option< BitcoinLikeBlockchainExplorerTransaction > | bitcoinTransaction |
| Option< EthereumLikeBlockchainExplorerTransaction > | ethereumTransaction |
| Option< RippleLikeBlockchainExplorerTransaction > | rippleTransaction |
| Option< TezosLikeBlockchainExplorerTransaction > | tezosTransaction |
1.8.13