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

Notification of use of an account address. More...

Inheritance diagram for catapult::model::AccountAddressNotification:
Collaboration diagram for catapult::model::AccountAddressNotification:

Public Member Functions

 AccountAddressNotification (const UnresolvedAddress &address)
 Creates a notification around address. 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

UnresolvedAddress Address
 Address. 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 = Core_Register_Account_Address_Notification
 Matching notification type. More...
 

Detailed Description

Notification of use of an account address.

Constructor & Destructor Documentation

◆ AccountAddressNotification()

catapult::model::AccountAddressNotification::AccountAddressNotification ( const UnresolvedAddress address)
inlineexplicit

Creates a notification around address.

Member Data Documentation

◆ Address

UnresolvedAddress catapult::model::AccountAddressNotification::Address

Address.

◆ Notification_Type

constexpr auto catapult::model::AccountAddressNotification::Notification_Type = Core_Register_Account_Address_Notification
staticconstexpr

Matching notification type.


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