deadline dto
Extract mosaics from encoded UInt64 notation.
If most significant bit of byte 0 is set, then it is a namespaceId. If most significant bit of byte 0 is not set, then it is a mosaicId.
The DTO array of mosaics (with UInt64 Id notation)
Extract recipientAddress value from encoded hexadecimal notation.
If bit 0 of byte 0 is not set (e.g. 0x90), then it is a regular address. Else (e.g. 0x91) it represents a namespace id which starts at byte 1.
Encoded hexadecimal recipientAddress notation
Generated using TypeDoc
Extract deadline from json payload.