6 #ifndef IROHA_PROTO_TRANSFER_ASSET_HPP 7 #define IROHA_PROTO_TRANSFER_ASSET_HPP 11 #include "commands.pb.h" 32 const iroha::protocol::TransferAsset &transfer_asset_;
40 #endif // IROHA_PROTO_TRANSFER_ASSET_HPP const interface::types::AccountIdType & srcAccountId() const override
Definition: proto_transfer_asset.cpp:23
Definition: amount.hpp:19
std::string DescriptionType
Type of the transfer message.
Definition: types.hpp:86
const interface::Amount & amount() const override
Definition: proto_transfer_asset.cpp:15
Definition: transfer_asset.hpp:19
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
const interface::types::DescriptionType & description() const override
Definition: proto_transfer_asset.cpp:32
const interface::types::AssetIdType & assetId() const override
Definition: proto_transfer_asset.cpp:19
const interface::types::AccountIdType & destAccountId() const override
Definition: proto_transfer_asset.cpp:27
TransferAsset(iroha::protocol::Command &command)
Definition: proto_transfer_asset.cpp:11
Definition: command_executor.hpp:12
Definition: proto_transfer_asset.hpp:17
std::string AssetIdType
Type of asset id.
Definition: types.hpp:58