CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Classes | |
struct | catapult::model::MosaicProperty |
Mosaic property composed of an id and a value. More... | |
Namespaces | |
catapult | |
catapult::model | |
Enumerations | |
enum | catapult::model::MosaicPropertyId : uint8_t { catapult::model::MosaicPropertyId::Flags, catapult::model::MosaicPropertyId::Divisibility, catapult::model::MosaicPropertyId::Duration, catapult::model::MosaicPropertyId::Sentinel_Property_Id } |
Available mosaic property ids. More... | |
enum | catapult::model::MosaicFlags : uint8_t { catapult::model::MosaicFlags::None = 0x00, catapult::model::MosaicFlags::Supply_Mutable = 0x01, catapult::model::MosaicFlags::Transferable = 0x02, catapult::model::MosaicFlags::All = 0x03 } |
Mosaic property flags. More... | |
Variables | |
constexpr size_t | catapult::model::Num_Mosaic_Properties = utils::to_underlying_type(MosaicPropertyId::Sentinel_Property_Id) |
Number of available properties. More... | |
constexpr size_t | catapult::model::First_Optional_Property = utils::to_underlying_type(MosaicPropertyId::Duration) |
Index of first optional property. More... | |