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(PublicKey accountPublicKey,
String chainName,
Number gasPrice,
Long timestamp,
Long ttl,
List<Digest> dependencies)
Container for `Deploy` construction options.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
getAccountPublicKey() |
String |
getChainName() |
List<Digest> |
getDependencies() |
int |
getGasPrice() |
String |
getTimestamp() |
long |
getTtl() |
public static final long DEFAULT_TTL
Copyright © 2021. All rights reserved.