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