CatapultServer  v0.5.0.1 (Elephant)
catapult::model::AccountRestrictionTypeNotification Struct Reference

Notification of an account restriction type. More...

Inheritance diagram for catapult::model::AccountRestrictionTypeNotification:
Collaboration diagram for catapult::model::AccountRestrictionTypeNotification:

Public Member Functions

 AccountRestrictionTypeNotification (model::AccountRestrictionType restrictionType)
 Creates a notification around restrictionType. 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

model::AccountRestrictionType AccountRestrictionType
 Account restriction type. More...
 
- 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_Type_Notification
 Matching notification type. More...
 

Detailed Description

Notification of an account restriction type.

Constructor & Destructor Documentation

◆ AccountRestrictionTypeNotification()

catapult::model::AccountRestrictionTypeNotification::AccountRestrictionTypeNotification ( model::AccountRestrictionType  restrictionType)
inlineexplicit

Creates a notification around restrictionType.

Member Data Documentation

◆ AccountRestrictionType

model::AccountRestrictionType catapult::model::AccountRestrictionTypeNotification::AccountRestrictionType

Account restriction type.

◆ Notification_Type

constexpr auto catapult::model::AccountRestrictionTypeNotification::Notification_Type = RestrictionAccount_Type_Notification
staticconstexpr

Matching notification type.


The documentation for this struct was generated from the following file: