Interface ExecutableDeployItem
-
- All Superinterfaces:
EncodableValue
- All Known Implementing Classes:
ModuleBytes
,StoredContractByHash
,StoredContractByName
,StoredVersionedContractByHash
,StoredVersionedContractByName
,Transfer
public interface ExecutableDeployItem extends EncodableValue
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
getOrder()
-
Methods inherited from interface com.syntifi.casper.sdk.model.clvalue.encdec.interfaces.EncodableValue
encode
-
-