-
- All Implemented Interfaces:
-
dev.sublab.common.ByteArrayConvertible
public final class Balance extends FromByteArrayBalance representation, used in transfers, etc
-
-
Field Summary
Fields Modifier and Type Field Description private final BigIntegervalue
-
Constructor Summary
Constructors Constructor Description Balance(BigInteger value)Balance(ByteArray byteArray)
-
Method Summary
Modifier and Type Method Description final BigIntegergetValue()ByteArraytoByteArray()-
-
Constructor Detail
-
Balance
Balance(BigInteger value)
-
Balance
Balance(ByteArray byteArray)
-
-
Method Detail
-
getValue
final BigInteger getValue()
-
toByteArray
ByteArray toByteArray()
-
-
-
-