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

Notifies the arrival of a transaction fee. More...

Inheritance diagram for catapult::model::TransactionFeeNotification:
Collaboration diagram for catapult::model::TransactionFeeNotification:

Public Member Functions

 TransactionFeeNotification (const Key &signer, uint32_t transactionSize, Amount fee, Amount maxFee)
 Creates a transaction fee notification around signer, transactionSize, fee and maxFee. 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
 Transaction signer. More...
 
uint32_t TransactionSize
 Transaction size. More...
 
Amount Fee
 Transaction fee. More...
 
Amount MaxFee
 
- 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_Transaction_Fee_Notification
 Matching notification type. More...
 

Detailed Description

Notifies the arrival of a transaction fee.

Constructor & Destructor Documentation

◆ TransactionFeeNotification()

catapult::model::TransactionFeeNotification::TransactionFeeNotification ( const Key signer,
uint32_t  transactionSize,
Amount  fee,
Amount  maxFee 
)
inline

Creates a transaction fee notification around signer, transactionSize, fee and maxFee.

Member Data Documentation

◆ Fee

Amount catapult::model::TransactionFeeNotification::Fee

◆ MaxFee

Amount catapult::model::TransactionFeeNotification::MaxFee

◆ Notification_Type

constexpr auto catapult::model::TransactionFeeNotification::Notification_Type = Core_Transaction_Fee_Notification
staticconstexpr

Matching notification type.

◆ Signer

const Key& catapult::model::TransactionFeeNotification::Signer

Transaction signer.

◆ TransactionSize

uint32_t catapult::model::TransactionFeeNotification::TransactionSize

Transaction size.


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