Class ExecutableDeployItem
- java.lang.Object
-
- com.casper.sdk.model.deploy.executabledeploy.ExecutableDeployItem
-
- All Implemented Interfaces:
CasperSerializableObject,dev.oak3.sbs4j.interfaces.SerializableObject
- Direct Known Subclasses:
ExecutableDeployItemWithEntryPoint,ModuleBytes,Transfer
public abstract class ExecutableDeployItem extends java.lang.Object implements CasperSerializableObject
Abstract Executable Deploy Item containing the runtime args of the contract. It can be any of the following types:- Since:
- 0.0.1
- See Also:
ModuleBytes,StoredContractByHash,StoredContractByName,StoredVersionedContractByHash,StoredVersionedContractByName,Transfer
-
-
Constructor Summary
Constructors Constructor Description ExecutableDeployItem()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<NamedArg<?>>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
-
-
-
-
Method Detail
-
getArgs
public abstract java.util.List<NamedArg<?>> getArgs()
-
-