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

Notification of a new cosigner. More...

Inheritance diagram for catapult::model::ModifyMultisigNewCosignerNotification:
Collaboration diagram for catapult::model::ModifyMultisigNewCosignerNotification:

Public Member Functions

 ModifyMultisigNewCosignerNotification (const Key &multisigAccountKey, const Key &cosignatoryKey)
 Creates a notification around multisigAccountKey and cosignatoryKey. 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 KeyMultisigAccountKey
 Multisig account key. More...
 
const KeyCosignatoryKey
 New cosignatory key. 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_New_Cosigner_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a new cosigner.

Constructor & Destructor Documentation

◆ ModifyMultisigNewCosignerNotification()

catapult::model::ModifyMultisigNewCosignerNotification::ModifyMultisigNewCosignerNotification ( const Key multisigAccountKey,
const Key cosignatoryKey 
)
inline

Creates a notification around multisigAccountKey and cosignatoryKey.

Member Data Documentation

◆ CosignatoryKey

const Key& catapult::model::ModifyMultisigNewCosignerNotification::CosignatoryKey

New cosignatory key.

◆ MultisigAccountKey

const Key& catapult::model::ModifyMultisigNewCosignerNotification::MultisigAccountKey

Multisig account key.

◆ Notification_Type

constexpr auto catapult::model::ModifyMultisigNewCosignerNotification::Notification_Type = Multisig_Modify_New_Cosigner_Notification
staticconstexpr

Matching notification type.


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