CatapultServer
v0.5.0.1 (Elephant)
|
Notification of an account restriction value modification. More...
Public Member Functions | |
ModifyAccountRestrictionValueNotification (const Key &key, AccountRestrictionType restrictionType, const AccountRestrictionModification< TRestrictionValue > &modification) | |
Creates a notification around key, restrictionType and modification. More... | |
Public Member Functions inherited from catapult::model::Notification | |
Notification (NotificationType type, size_t size) | |
Creates a new notification with type and size. More... | |
Public Attributes | |
catapult::Key | Key |
Account's public key. More... | |
state::AccountRestrictionDescriptor | AccountRestrictionDescriptor |
Account restriction descriptor. More... | |
AccountRestrictionModification< TRestrictionValue > | Modification |
Public Attributes inherited from catapult::model::Notification | |
NotificationType | Type |
Notification type. More... | |
size_t | Size |
Notification size. More... | |
Static Public Attributes | |
static constexpr auto | Notification_Type = RestrictionAccount_Notification_Type |
Matching notification type. More... | |
Notification of an account restriction value modification.
|
inline |
Creates a notification around key, restrictionType and modification.
state::AccountRestrictionDescriptor catapult::model::ModifyAccountRestrictionValueNotification< TRestrictionValue, RestrictionAccount_Notification_Type >::AccountRestrictionDescriptor |
Account restriction descriptor.
catapult::Key catapult::model::ModifyAccountRestrictionValueNotification< TRestrictionValue, RestrictionAccount_Notification_Type >::Key |
Account's public key.
AccountRestrictionModification<TRestrictionValue> catapult::model::ModifyAccountRestrictionValueNotification< TRestrictionValue, RestrictionAccount_Notification_Type >::Modification |
Account restriction modification.
|
staticconstexpr |
Matching notification type.