CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Classes | |
struct | catapult::model::AccountRestrictionModification< TRestrictionValue > |
Binary layout for an account restriction modification. More... | |
struct | catapult::model::RawAccountRestrictionModification |
Raw account restriction modification. More... | |
Namespaces | |
catapult | |
catapult::model | |
Enumerations | |
enum | catapult::model::AccountRestrictionType : uint8_t { catapult::model::AccountRestrictionType::Address = 0x01, catapult::model::AccountRestrictionType::MosaicId = 0x02, catapult::model::AccountRestrictionType::TransactionType = 0x04, catapult::model::AccountRestrictionType::Sentinel = 0x05, catapult::model::AccountRestrictionType::Block = 0x80 } |
Account restriction types. More... | |
enum | catapult::model::AccountRestrictionModificationType : uint8_t { catapult::model::AccountRestrictionModificationType::Add, catapult::model::AccountRestrictionModificationType::Del } |
Account restriction modification type. More... | |