6 #ifndef IROHA_SHARED_MODEL_TRANSFER_ASSET_HPP 7 #define IROHA_SHARED_MODEL_TRANSFER_ASSET_HPP 42 std::string
toString()
const override;
49 #endif // IROHA_SHARED_MODEL_TRANSFER_ASSET_HPP virtual const types::AccountIdType & srcAccountId() const =0
virtual const types::AccountIdType & destAccountId() const =0
TransferAsset ModelType
Definition: model_primitive.hpp:27
Definition: amount.hpp:21
virtual const Amount & amount() const =0
std::string DescriptionType
Type of the transfer message.
Definition: types.hpp:88
Definition: transfer_asset.hpp:19
virtual const types::AssetIdType & assetId() const =0
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
virtual const types::DescriptionType & description() const =0
std::string toString() const override
Definition: transfer_asset.cpp:11
Definition: model_primitive.hpp:22
bool operator==(const ModelType &rhs) const override
Definition: transfer_asset.cpp:22
Definition: command_executor.hpp:13
std::string AssetIdType
Type of asset id.
Definition: types.hpp:60