StoredVersionedContractByHash

case class StoredVersionedContractByHash(hash: Hash, version: Int, entry_point: String, args: Seq[DeployNamedArg]) extends DeployExecutable

StoredVersionedContractByHash entity object

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

Value members

Concrete methods

override def tag: Int
Definition Classes

Inherited methods

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