DeployNamedArg

@JsonSerialize(using = scala.Predef.classOf[com.casper.sdk.json.serialize.DeployNamedArgSerializer]) case class DeployNamedArg(name: String, value: CLValue)

DeployNamedArg entiyt class

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

Value members

Constructors

def this(name: String, byte: Byte)

constructors with CLValues

constructors with CLValues

def this(name: String, long: Long)
def this(name: String, bool: Boolean)
def this(name: String, int: Int)
def this(name: String, byteArr: Array[Byte])
def this(name: String, bigint: BigInt)
def this(name: String, str: String)

Inherited methods

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