public class StoredVersionedContractByName extends StoredContractByName
PAYMENT| Constructor and Description |
|---|
StoredVersionedContractByName(String name,
long version,
String entryPoint,
List<DeployNamedArg> args) |
StoredVersionedContractByName(String name,
Number version,
String entryPoint,
byte[] moduleBytes,
List<DeployNamedArg> args) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTag()
Obtains the byte tag for this type of casper object
|
Optional<Number> |
getVersion() |
getEntryPoint, getNamegetArgs, getModuleBytes, getNamedArgpublic StoredVersionedContractByName(String name, Number version, String entryPoint, byte[] moduleBytes, List<DeployNamedArg> args)
public StoredVersionedContractByName(String name, long version, String entryPoint, List<DeployNamedArg> args)
Copyright © 2022. All rights reserved.