AccountHash

@JsonDeserialize(using = scala.Predef.classOf[com.casper.sdk.json.deserialize.AccountHashDeserializer]) case class AccountHash(bytes: Array[Byte])

AccountHash entitiy class

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

Value members

Constructors

def this(account: String)

Constructor using s String Uref value

Constructor using s String Uref value

Concrete methods

def format: String

format AccountHash objet into : account-hash-85148dcd6c54b77e462a9acf387fb05aca953a83011db2c601716de0af1cf47c

format AccountHash objet into : account-hash-85148dcd6c54b77e462a9acf387fb05aca953a83011db2c601716de0af1cf47c

Inherited methods

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