MoveUint256Type

@Serializable(with = MoveUint256TypeSerializer::class)
data class MoveUint256Type(val value: String) : MoveValue

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard