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

Notification of alias owner. More...

Inheritance diagram for catapult::model::AliasOwnerNotification:
Collaboration diagram for catapult::model::AliasOwnerNotification:

Public Member Functions

 AliasOwnerNotification (const Key &owner, catapult::NamespaceId namespaceId, model::AliasAction aliasAction)
 Creates a notification around owner, namespaceId and aliasAction. More...
 
- Public Member Functions inherited from catapult::model::BaseAliasNotification
 BaseAliasNotification (NotificationType notificationType, size_t notificationSize, catapult::NamespaceId namespaceId, model::AliasAction aliasAction)
 Creates a base alias notification around namespaceId and aliasAction using notificationType and notificationSize. 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

const KeyOwner
 Alias owner. More...
 
- Public Attributes inherited from catapult::model::BaseAliasNotification
catapult::NamespaceId NamespaceId
 Namespace id. More...
 
model::AliasAction AliasAction
 Alias action. 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 = Namespace_Alias_Owner_Notification
 Matching notification type. More...
 

Detailed Description

Notification of alias owner.

Constructor & Destructor Documentation

◆ AliasOwnerNotification()

catapult::model::AliasOwnerNotification::AliasOwnerNotification ( const Key owner,
catapult::NamespaceId  namespaceId,
model::AliasAction  aliasAction 
)
inline

Creates a notification around owner, namespaceId and aliasAction.

Member Data Documentation

◆ Notification_Type

constexpr auto catapult::model::AliasOwnerNotification::Notification_Type = Namespace_Alias_Owner_Notification
staticconstexpr

Matching notification type.

◆ Owner

const Key& catapult::model::AliasOwnerNotification::Owner

Alias owner.


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