CatapultServer
v0.5.0.1 (Elephant)
|
Binary layout for a hash 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... | |
Hash256 | Hash |
Lock hash. More... | |
Private Types | |
using | TransactionType = HashLockTransactionBody< THeader > |
Binary layout for a hash lock transaction body.
|
private |
|
inlinestaticconstexprnoexcept |
BlockDuration catapult::model::HashLockTransactionBody< THeader >::Duration |
Number of blocks for which a lock should be valid.
Hash256 catapult::model::HashLockTransactionBody< THeader >::Hash |
Lock hash.
UnresolvedMosaic catapult::model::HashLockTransactionBody< THeader >::Mosaic |
Transaction mosaic.