public class StoredContractByHash extends DeployExecutable
| Constructor and Description |
|---|
StoredContractByHash(ContractHash hash,
java.lang.String entryPoint,
java.util.List<DeployNamedArg> args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryPoint() |
Digest |
getHash() |
int |
getTag()
Obtains the byte tag for this type of casper object
|
getArgs, getModuleBytes, getNamedArgpublic StoredContractByHash(ContractHash hash, java.lang.String entryPoint, java.util.List<DeployNamedArg> args)