|
CatapultServer
v0.5.0.1 (Elephant)
|
Binary layout for a mosaic supply change transaction body. More...


Static Public Member Functions | |
| static constexpr uint64_t | CalculateRealSize (const TransactionType &) noexcept |
| Calculates the real size of a mosaic supply change transaction. More... | |
Public Attributes | |
| UnresolvedMosaicId | MosaicId |
| Id of the affected mosaic. More... | |
| MosaicSupplyChangeDirection | Direction |
| Supply change direction. More... | |
| Amount | Delta |
| Amount of the change. More... | |
Private Types | |
| using | TransactionType = MosaicSupplyChangeTransactionBody< THeader > |
Binary layout for a mosaic supply change transaction body.
|
private |
|
inlinestaticconstexprnoexcept |
Calculates the real size of a mosaic supply change transaction.
| Amount catapult::model::MosaicSupplyChangeTransactionBody< THeader >::Delta |
Amount of the change.
| MosaicSupplyChangeDirection catapult::model::MosaicSupplyChangeTransactionBody< THeader >::Direction |
Supply change direction.
| UnresolvedMosaicId catapult::model::MosaicSupplyChangeTransactionBody< THeader >::MosaicId |
Id of the affected mosaic.