Hash

@JsonSerialize(using = scala.Predef.classOf[com.casper.sdk.json.serialize.HashSerializer]) @JsonDeserialize(using = scala.Predef.classOf[com.casper.sdk.json.deserialize.HashDeserializer]) case class Hash(hash: Array[Byte])

Hash class

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Constructors

def this(stringHash: String)

constructor with hex string

constructor with hex string

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product