6 #ifndef IROHA_SHARED_MODEL_ASSET_HPP 7 #define IROHA_SHARED_MODEL_ASSET_HPP 61 #endif // IROHA_SHARED_MODEL_ASSET_HPP bool operator==(const ModelType &rhs) const override
Definition: asset.hpp:54
PrettyStringBuilder & init(const std::string &name)
Definition: string_builder.cpp:18
std::string DomainIdType
Iroha domain id type.
Definition: types.hpp:56
std::string finalize()
Definition: string_builder.cpp:44
virtual const types::AccountIdType & assetId() const =0
Definition: string_builder.hpp:18
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
virtual const types::DomainIdType & domainId() const =0
uint8_t PrecisionType
Type of precision.
Definition: types.hpp:46
virtual types::PrecisionType precision() const =0
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:12
PrettyStringBuilder & appendNamed(const Name &name, const Value &value)
----—— Augmented appending functions. ----—— ///
Definition: string_builder.hpp:53
std::string toString() const override
Definition: asset.hpp:40