6 #ifndef IROHA_PROTO_ADD_ASSET_QUANTITY_HPP 7 #define IROHA_PROTO_ADD_ASSET_QUANTITY_HPP 11 #include "commands.pb.h" 25 const iroha::protocol::AddAssetQuantity &add_asset_quantity_;
32 #endif // IROHA_PROTO_ADD_ASSET_QUANTITY_HPP
Definition: amount.hpp:19
Definition: proto_add_asset_quantity.hpp:16
const interface::Amount & amount() const override
Definition: proto_add_asset_quantity.cpp:19
const interface::types::AssetIdType & assetId() const override
Definition: proto_add_asset_quantity.cpp:15
Definition: add_asset_quantity.hpp:20
Definition: command_executor.hpp:12
AddAssetQuantity(iroha::protocol::Command &command)
Definition: proto_add_asset_quantity.cpp:11
std::string AssetIdType
Type of asset id.
Definition: types.hpp:58