6 #ifndef IROHA_PROTO_CREATE_ASSET_HPP 7 #define IROHA_PROTO_CREATE_ASSET_HPP 11 #include "commands.pb.h" 18 explicit CreateAsset(iroha::protocol::Command &command);
27 const iroha::protocol::CreateAsset &create_asset_;
35 #endif // IROHA_PROTO_CREATE_ASSET_HPP const interface::types::AssetNameType & assetName() const override
Definition: proto_create_asset.cpp:15
std::string DomainIdType
Iroha domain id type.
Definition: types.hpp:56
const PrecisionType & precision() const override
Definition: proto_create_asset.cpp:23
Definition: create_asset.hpp:18
CreateAsset(iroha::protocol::Command &command)
Definition: proto_create_asset.cpp:11
Definition: proto_create_asset.hpp:16
uint8_t PrecisionType
Type of precision.
Definition: types.hpp:46
const interface::types::DomainIdType & domainId() const override
Definition: proto_create_asset.cpp:19
Definition: command_executor.hpp:12
std::string AssetNameType
Type of asset name.
Definition: types.hpp:73