CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
AggregateCosignaturesNotification (const Key &signer, size_t transactionsCount, const EmbeddedTransaction *pTransactions, size_t cosignaturesCount, const Cosignature *pCosignatures) | |
Creates a notification around signer, transactionsCount, pTransactions, cosignaturesCount and pCosignatures. 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 | |
size_t | TransactionsCount |
Number of transactions. More... | |
const EmbeddedTransaction * | TransactionsPtr |
Const pointer to the first transaction. More... | |
Public Attributes inherited from catapult::model::BasicAggregateNotification< AggregateCosignaturesNotification > | |
const Key & | Signer |
Aggregate signer. More... | |
size_t | CosignaturesCount |
Number of cosignatures. More... | |
const Cosignature * | CosignaturesPtr |
Const pointer to the first cosignature. 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 = Aggregate_Cosignatures_Notification |
Matching notification type. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from catapult::model::BasicAggregateNotification< AggregateCosignaturesNotification > | |
BasicAggregateNotification (const Key &signer, size_t cosignaturesCount, const Cosignature *pCosignatures) | |
Creates a notification around signer, cosignaturesCount and pCosignatures. More... | |
Notification of an aggregate transaction with transactions and cosignatures.
|
inline |
Creates a notification around signer, transactionsCount, pTransactions, cosignaturesCount and pCosignatures.
|
staticconstexpr |
Matching notification type.
size_t catapult::model::AggregateCosignaturesNotification::TransactionsCount |
Number of transactions.
const EmbeddedTransaction* catapult::model::AggregateCosignaturesNotification::TransactionsPtr |
Const pointer to the first transaction.