Class NumAsHex

  • All Implemented Interfaces:
    kotlin.Comparable

    @Serializable(with = NumAsHexSerializer.class) 
    public final class NumAsHex
    extends NumAsHexBase
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      BigInteger getValue()
      String toString()
      String hexString() Encode as hexadecimal string, including "0x" prefix.
      String decString() Encode as decimal string.
      final static NumAsHex fromHex(String value) Create NumAsHex from hex string.
      • Methods inherited from class com.swmansion.starknet.data.types.NumAsHexBase

        compareTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait