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

Notification of a multisig settings modification. More...

Inheritance diagram for catapult::model::ModifyMultisigSettingsNotification:
Collaboration diagram for catapult::model::ModifyMultisigSettingsNotification:

Public Member Functions

 ModifyMultisigSettingsNotification (const Key &signer, int8_t minRemovalDelta, int8_t minApprovalDelta)
 Creates a notification around signer, minRemovalDelta and minApprovalDelta. 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...
 
int8_t MinRemovalDelta
 Relative change of cosigs needed to remove another cosig. More...
 
int8_t MinApprovalDelta
 Relative change of cosigs needed to approve a transaction. 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 = Multisig_Modify_Settings_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a multisig settings modification.

Constructor & Destructor Documentation

◆ ModifyMultisigSettingsNotification()

catapult::model::ModifyMultisigSettingsNotification::ModifyMultisigSettingsNotification ( const Key signer,
int8_t  minRemovalDelta,
int8_t  minApprovalDelta 
)
inline

Creates a notification around signer, minRemovalDelta and minApprovalDelta.

Member Data Documentation

◆ MinApprovalDelta

int8_t catapult::model::ModifyMultisigSettingsNotification::MinApprovalDelta

Relative change of cosigs needed to approve a transaction.

◆ MinRemovalDelta

int8_t catapult::model::ModifyMultisigSettingsNotification::MinRemovalDelta

Relative change of cosigs needed to remove another cosig.

◆ Notification_Type

constexpr auto catapult::model::ModifyMultisigSettingsNotification::Notification_Type = Multisig_Modify_Settings_Notification
staticconstexpr

Matching notification type.

◆ Signer

const Key& catapult::model::ModifyMultisigSettingsNotification::Signer

Signer.


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