CatapultServer
v0.5.0.1 (Elephant)
|
Binary layout for a secret lock transaction body. More...
Static Public Member Functions | |
static constexpr uint64_t | CalculateRealSize (const TransactionType &) noexcept |
Public Attributes | |
UnresolvedMosaic | Mosaic |
Transaction mosaic. More... | |
BlockDuration | Duration |
Number of blocks for which a lock should be valid. More... | |
LockHashAlgorithm | HashAlgorithm |
Hash algorithm. More... | |
Hash256 | Secret |
Secret. More... | |
UnresolvedAddress | Recipient |
Recipient of the locked mosaic. More... | |
Private Types | |
using | TransactionType = SecretLockTransactionBody< THeader > |
Binary layout for a secret lock transaction body.
|
private |
|
inlinestaticconstexprnoexcept |
BlockDuration catapult::model::SecretLockTransactionBody< THeader >::Duration |
Number of blocks for which a lock should be valid.
LockHashAlgorithm catapult::model::SecretLockTransactionBody< THeader >::HashAlgorithm |
Hash algorithm.
UnresolvedMosaic catapult::model::SecretLockTransactionBody< THeader >::Mosaic |
Transaction mosaic.
UnresolvedAddress catapult::model::SecretLockTransactionBody< THeader >::Recipient |
Recipient of the locked mosaic.
Hash256 catapult::model::SecretLockTransactionBody< THeader >::Secret |
Secret.