| 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 |
|---|---|
Deploy |
CasperSdk.makeDeploy(DeployParams deployParams,
DeployExecutable session,
DeployExecutable payment)
Construct new unsigned deploy.
|
Deploy |
CasperSdk.makeTransferDeploy(DeployParams deployParams,
DeployExecutable session,
DeployExecutable payment)
Construct new unsigned deploy for transfer purpose.
|
| Modifier and Type | Method and Description |
|---|---|
DeployExecutable |
DeployExecutableJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployExecutableJsonSerializer.serialize(DeployExecutable value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleBytes |
class |
StoredContractByHash |
class |
StoredContractByName
Encapsulates information required to execute an on-chain smart contract referenced by name.
|
class |
StoredVersionedContractByHash |
class |
StoredVersionedContractByName
Encapsulates information required to execute a versioned on-chain smart contract referenced by name.
|
class |
Transfer
Specialisation of DeployExecutable for a transfer used in Session
|
| Modifier and Type | Method and Description |
|---|---|
<P extends DeployExecutable> |
Deploy.getPayment() |
<T extends DeployExecutable> |
Deploy.getSession() |
| Modifier and Type | Method and Description |
|---|---|
Deploy |
DeployService.makeDeploy(DeployParams deployParams,
DeployExecutable session,
DeployExecutable payment)
Creates a new unsigned Deploy message
|
| Constructor and Description |
|---|
Deploy(Digest hash,
DeployHeader header,
DeployExecutable payment,
DeployExecutable session,
Set<DeployApproval> approvals) |
Copyright © 2022. All rights reserved.