Class ExecutableDeployItemWithEntryPoint
- java.lang.Object
-
- com.casper.sdk.model.deploy.executabledeploy.ExecutableDeployItem
-
- com.casper.sdk.model.deploy.executabledeploy.ExecutableDeployItemWithEntryPoint
-
- All Implemented Interfaces:
CasperSerializableObject,dev.oak3.sbs4j.interfaces.SerializableObject
- Direct Known Subclasses:
StoredContractByHash,StoredContractByName,StoredVersionedContractByHash,StoredVersionedContractByName
public abstract class ExecutableDeployItemWithEntryPoint extends ExecutableDeployItem
Abstract Executable Deploy Item containing the runtime args of the contract. It can be any of the following types:- Since:
- 2.0.0
- See Also:
StoredContractByHash,StoredContractByName,StoredVersionedContractByHash,StoredVersionedContractByName,Transfer
-
-
Constructor Summary
Constructors Constructor Description ExecutableDeployItemWithEntryPoint()
-
Method Summary
-
Methods inherited from class com.casper.sdk.model.deploy.executabledeploy.ExecutableDeployItem
getArgs
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.casper.sdk.model.clvalue.serde.CasperSerializableObject
serialize, serialize
-
-