DeployHeader

case class DeployHeader(account: CLPublicKey, @JsonSerialize(converter = scala.Predef.classOf[com.casper.sdk.json.serialize.TimeStampSerializer]) @JsonDeserialize(converter = scala.Predef.classOf[com.casper.sdk.json.deserialize.TimeStampDeSerializer]) timestamp: Long, @JsonSerialize(converter = scala.Predef.classOf[com.casper.sdk.json.serialize.TTLSerializer]) @JsonDeserialize(converter = scala.Predef.classOf[com.casper.sdk.json.deserialize.TTLDeserializer]) ttl: Long, gas_price: Int, body_hash: Option[Hash], var dependencies: Seq[Hash], chain_name: String)

DeployHeader Entity class

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

Value members

Inherited methods

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