-
- All Implemented Interfaces:
-
dev.sublab.common.ByteArrayConvertible
public final class Index extends FromByteArrayIndex type, like nonce
-
-
Field Summary
Fields Modifier and Type Field Description private final BigIntegervalue
-
Constructor Summary
Constructors Constructor Description Index(BigInteger value)Index(ByteArray byteArray)
-
Method Summary
Modifier and Type Method Description final BigIntegergetValue()ByteArraytoByteArray()-
-
Constructor Detail
-
Index
Index(BigInteger value)
-
Index
Index(ByteArray byteArray)
-
-
Method Detail
-
getValue
final BigInteger getValue()
-
toByteArray
ByteArray toByteArray()
-
-
-
-