|
CatapultServer
v0.5.0.1 (Elephant)
|
Notification of a namespace name. More...


Public Member Functions | |
| NamespaceNameNotification (catapult::NamespaceId namespaceId, catapult::NamespaceId parentId, uint8_t nameSize, const uint8_t *pName) | |
| Creates a notification around nameSize and pName given 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 | |
| catapult::NamespaceId | NamespaceId |
| Id of the namespace. More... | |
| catapult::NamespaceId | ParentId |
| Id of the parent namespace. More... | |
| uint8_t | NameSize |
| Size of the name. More... | |
| const uint8_t * | NamePtr |
| Const pointer to the namespace name. 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_Name_Notification |
| Matching notification type. More... | |
Notification of a namespace name.
|
inline |
Creates a notification around nameSize and pName given namespaceId and parentId.
| const uint8_t* catapult::model::NamespaceNameNotification::NamePtr |
Const pointer to the namespace name.
| uint8_t catapult::model::NamespaceNameNotification::NameSize |
Size of the name.
| catapult::NamespaceId catapult::model::NamespaceNameNotification::NamespaceId |
Id of the namespace.
|
staticconstexpr |
Matching notification type.
| catapult::NamespaceId catapult::model::NamespaceNameNotification::ParentId |
Id of the parent namespace.