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

Notification of a child namespace registration. More...

Inheritance diagram for catapult::model::ChildNamespaceNotification:
Collaboration diagram for catapult::model::ChildNamespaceNotification:

Public Member Functions

 ChildNamespaceNotification (const Key &signer, NamespaceId namespaceId, NamespaceId parentId)
 Creates a notification around signer, namespaceId and parentId. 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 KeySigner
 Signer. More...
 
catapult::NamespaceId NamespaceId
 Id of the namespace. More...
 
catapult::NamespaceId ParentId
 Id of the parent namespace. 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_Child_Registration_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a child namespace registration.

Constructor & Destructor Documentation

◆ ChildNamespaceNotification()

catapult::model::ChildNamespaceNotification::ChildNamespaceNotification ( const Key signer,
NamespaceId  namespaceId,
NamespaceId  parentId 
)
inline

Creates a notification around signer, namespaceId and parentId.

Member Data Documentation

◆ NamespaceId

catapult::NamespaceId catapult::model::ChildNamespaceNotification::NamespaceId

Id of the namespace.

◆ Notification_Type

constexpr auto catapult::model::ChildNamespaceNotification::Notification_Type = Namespace_Child_Registration_Notification
staticconstexpr

Matching notification type.

◆ ParentId

catapult::NamespaceId catapult::model::ChildNamespaceNotification::ParentId

Id of the parent namespace.

◆ Signer

const Key& catapult::model::ChildNamespaceNotification::Signer

Signer.


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