CatapultServer  v0.5.0.1 (Elephant)
catapult::model::BasicBalanceNotification< TDerivedNotification > Struct Template Reference

A basic balance notification. More...

Inheritance diagram for catapult::model::BasicBalanceNotification< TDerivedNotification >:
Collaboration diagram for catapult::model::BasicBalanceNotification< TDerivedNotification >:

Public Member Functions

 BasicBalanceNotification (const Key &sender, UnresolvedMosaicId mosaicId, Amount amount)
 Creates a notification around sender, mosaicId and amount. 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 KeySender
 Sender. More...
 
UnresolvedMosaicId MosaicId
 Mosaic id. More...
 
catapult::Amount Amount
 Amount. More...
 
- Public Attributes inherited from catapult::model::Notification
NotificationType Type
 Notification type. More...
 
size_t Size
 Notification size. More...
 

Detailed Description

template<typename TDerivedNotification>
struct catapult::model::BasicBalanceNotification< TDerivedNotification >

A basic balance notification.

Constructor & Destructor Documentation

◆ BasicBalanceNotification()

template<typename TDerivedNotification>
catapult::model::BasicBalanceNotification< TDerivedNotification >::BasicBalanceNotification ( const Key sender,
UnresolvedMosaicId  mosaicId,
Amount  amount 
)
inline

Creates a notification around sender, mosaicId and amount.

Member Data Documentation

◆ Amount

template<typename TDerivedNotification>
catapult::Amount catapult::model::BasicBalanceNotification< TDerivedNotification >::Amount

Amount.

◆ MosaicId

template<typename TDerivedNotification>
UnresolvedMosaicId catapult::model::BasicBalanceNotification< TDerivedNotification >::MosaicId

Mosaic id.

◆ Sender

template<typename TDerivedNotification>
const Key& catapult::model::BasicBalanceNotification< TDerivedNotification >::Sender

Sender.


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