CLValue

@JsonSerialize(using = scala.Predef.classOf[com.casper.sdk.json.serialize.CLValueSerializer]) @JsonDeserialize(using = scala.Predef.classOf[com.casper.sdk.json.deserialize.CLValueDeSerializer]) class CLValue(val bytes: Array[Byte], val cl_infoType: CLTypeInfo, var parsed: Any)

CLValue : datas used by smart contracts.

Companion
object
class Object
trait Matchable
class Any

Value members

Constructors

def this(bytes: Array[Byte], cl_Type: CLType)

Constructor using a Byte Array and a cltype

Constructor using a Byte Array and a cltype

def this(hexBytes: String, clType: CLTypeInfo, parsed: Any)

Constructor using a hex String, cltype and a parsed value

Constructor using a hex String, cltype and a parsed value

Concrete fields

val bytes: Array[Byte]
var parsed: Any