Package org.symbol.sdk.symbol
Class Restriction
java.lang.Object
org.symbol.sdk.symbol.Restriction
- Restriction
- Symbol mosaic restriction key generation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic longGenerates a mosaic restriction key from a string seed: the first 8 bytes ofSHA3-256(seed)read as a little-endian unsigned 64-bit integer.
-
Method Details
-
mosaicRestrictionGenerateKey
- Restriction.mosaicRestrictionGenerateKey
- Generates a mosaic restriction key from a string seed: the first 8 bytes of
SHA3-256(seed)read as a little-endian unsigned 64-bit integer.
- Parameters:
seed- Mosaic restriction key seed.- Returns:
- Mosaic restriction key (64-bit two's-complement bit pattern).
-