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

Notification of a proof publication. More...

Inheritance diagram for catapult::model::ProofPublicationNotification:
Collaboration diagram for catapult::model::ProofPublicationNotification:

Public Member Functions

 ProofPublicationNotification (const Key &signer, LockHashAlgorithm hashAlgorithm, const Hash256 &secret, const UnresolvedAddress &recipient)
 Creates proof publication notification around signer, hashAlgorithm, secret and recipient. 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...
 
LockHashAlgorithm HashAlgorithm
 Hash algorithm. More...
 
const Hash256Secret
 Secret. More...
 
UnresolvedAddress Recipient
 Recipient of the locked mosaic. 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 = LockSecret_Proof_Publication_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a proof publication.

Constructor & Destructor Documentation

◆ ProofPublicationNotification()

catapult::model::ProofPublicationNotification::ProofPublicationNotification ( const Key signer,
LockHashAlgorithm  hashAlgorithm,
const Hash256 secret,
const UnresolvedAddress recipient 
)
inline

Creates proof publication notification around signer, hashAlgorithm, secret and recipient.

Member Data Documentation

◆ HashAlgorithm

LockHashAlgorithm catapult::model::ProofPublicationNotification::HashAlgorithm

Hash algorithm.

◆ Notification_Type

constexpr auto catapult::model::ProofPublicationNotification::Notification_Type = LockSecret_Proof_Publication_Notification
staticconstexpr

Matching notification type.

◆ Recipient

UnresolvedAddress catapult::model::ProofPublicationNotification::Recipient

Recipient of the locked mosaic.

◆ Secret

const Hash256& catapult::model::ProofPublicationNotification::Secret

Secret.

◆ Signer

const Key& catapult::model::ProofPublicationNotification::Signer

Signer.


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