| Package | Description |
|---|---|
| com.casper.sdk | |
| com.casper.sdk.service.json.deserialize | |
| com.casper.sdk.service.json.serialize | |
| com.casper.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
Digest |
CasperSdk.putDeploy(Deploy signedDeploy)
Send deploy to network
|
| Modifier and Type | Method and Description |
|---|---|
Digest |
DigestJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DigestJsonJSerializer.serialize(Digest value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContractHash |
| Modifier and Type | Method and Description |
|---|---|
Digest |
DeployHeader.getBodyHash() |
Digest |
StoredContractByHash.getHash() |
Digest |
Deploy.getHash() |
| Modifier and Type | Method and Description |
|---|---|
List<Digest> |
DeployHeader.getDependencies() |
List<Digest> |
DeployParams.getDependencies() |
| Constructor and Description |
|---|
Deploy(Digest hash,
DeployHeader header,
DeployExecutable payment,
DeployExecutable session,
Set<DeployApproval> approvals) |
DeployHeader(PublicKey account,
long timestamp,
long ttl,
Integer gasPrice,
Digest bodyHash,
List<Digest> dependencies,
String chainName) |
DeployHeader(PublicKey account,
String timestamp,
String ttl,
Integer gasPrice,
Digest bodyHash,
List<Digest> dependencies,
String chainName) |
| Constructor and Description |
|---|
DeployHeader(PublicKey account,
long timestamp,
long ttl,
Integer gasPrice,
Digest bodyHash,
List<Digest> dependencies,
String chainName) |
DeployHeader(PublicKey account,
String timestamp,
String ttl,
Integer gasPrice,
Digest bodyHash,
List<Digest> dependencies,
String chainName) |
DeployParams(PublicKey accountPublicKey,
String chainName,
Number gasPrice,
Long timestamp,
Long ttl,
List<Digest> dependencies)
Container for `Deploy` construction options.
|
Copyright © 2021. All rights reserved.