Go to the source code of this file.
|
| | catapult::model::DEFINE_SECRET_LOCK_NOTIFICATION (Secret_Duration, 0x0001, Validator) |
| | Secret lock duration. More...
|
| |
| | catapult::model::DEFINE_SECRET_LOCK_NOTIFICATION (Hash_Algorithm, 0x0002, Validator) |
| | Secret lock hash algorithm. More...
|
| |
| | catapult::model::DEFINE_SECRET_LOCK_NOTIFICATION (Secret, 0x0003, All) |
| | Secret lock creation. More...
|
| |
| | catapult::model::DEFINE_SECRET_LOCK_NOTIFICATION (Proof_Secret, 0x0004, Validator) |
| | Proof and secret. More...
|
| |
| | catapult::model::DEFINE_SECRET_LOCK_NOTIFICATION (Proof_Publication, 0x0005, All) |
| | Proof publication. More...
|
| |
◆ DEFINE_SECRET_LOCK_NOTIFICATION
| #define DEFINE_SECRET_LOCK_NOTIFICATION |
( |
|
DESCRIPTION, |
|
|
|
CODE, |
|
|
|
CHANNEL |
|
) |
| DEFINE_NOTIFICATION_TYPE(CHANNEL, LockSecret, DESCRIPTION, CODE) |
Defines a secret lock notification type with DESCRIPTION, CODE and CHANNEL.