UnsignedBinaryExactNumericType

openGql.grammar.UnsignedBinaryExactNumericType

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class uint8
class uint16
class uint32
class uint64
class uint128
class uint256
class uSmallInt
class uBigInt
class unsigned
Show all

Members list

Type members

Enum entries

final case class uBigInt(value: UBigIntType) extends UnsignedBinaryExactNumericType
final case class uSmallInt(value: USmallIntType) extends UnsignedBinaryExactNumericType
final case class uint128(value: Uint128Type) extends UnsignedBinaryExactNumericType
final case class uint16(value: Uint16Type) extends UnsignedBinaryExactNumericType
final case class uint256(value: Uint256Type) extends UnsignedBinaryExactNumericType
final case class uint32(value: Uint32Type) extends UnsignedBinaryExactNumericType
final case class uint64(value: Uint64Type) extends UnsignedBinaryExactNumericType
final case class uint8(value: Uint8Type) extends UnsignedBinaryExactNumericType