public class DeployParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_TTL
The default ttl value is 1800000, which is 30 minutes in milliseconds
|
| Constructor and Description |
|---|
DeployParams(Key accountKey,
String chainName,
Number gasPrice,
Long timestamp,
Long ttl,
List<Digest> dependencies)
Container for `Deploy` construction options.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Key> |
getAccountKey() |
String |
getChainName() |
List<Digest> |
getDependencies() |
int |
getGasPrice() |
String |
getTimestamp() |
long |
getTtl() |
public static final long DEFAULT_TTL
public DeployParams(Key accountKey, String chainName, Number gasPrice, Long timestamp, Long ttl, List<Digest> dependencies)
accountKey - the account public keychainName - the name of the chaingasPrice - the gas pricetimestamp - the time stampttl - the time to livedependencies - the dependenciesCopyright © 2022. All rights reserved.