Class Uint128
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.conversions.ConvertibleToCalldata
,kotlin.Comparable
@Serializable(with = Uint128Serializer.class) public final class Uint128 extends NumAsHexBase implements ConvertibleToCalldata
-
-
Field Summary
Fields Modifier and Type Field Description public final static BigInteger
MAX
public final static Uint128
ZERO
public final static Uint128
ONE
private final BigInteger
value
-
Method Summary
-
-
Constructor Detail
-
Uint128
Uint128(Long value)
-
Uint128
Uint128(Integer value)
-
Uint128
Uint128(BigInteger value)
-
-
Method Detail
-
getValue
BigInteger getValue()
-
toCalldata
List<Felt> toCalldata()
-
-
-
-