| Package | Description |
|---|---|
| com.casper.sdk | |
| com.casper.sdk.service.json.deserialize | |
| com.casper.sdk.service.json.serialize | |
| com.casper.sdk.service.serialization.types | |
| com.casper.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
Transfer |
CasperSdk.newTransfer(Number amount,
PublicKey target,
Number id)
Creates a new Transfer to the target account of the specified amount
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
PublicKeyJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyJsonSerializer.serialize(PublicKey value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Method and Description |
|---|---|
Class<PublicKey> |
PublicKeyByteSerializer.getType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PublicKeyByteSerializer.toBytes(PublicKey source) |
| Modifier and Type | Class and Description |
|---|---|
class |
Signature
Signature type type used in deployment approvals.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
DeployHeader.getAccount() |
PublicKey |
DeployParams.getAccountPublicKey() |
PublicKey |
DeployApproval.getSigner() |
| Modifier and Type | Method and Description |
|---|---|
Transfer |
DeployService.newTransfer(Number amount,
PublicKey target,
Number id) |
| Constructor and Description |
|---|
DeployApproval(PublicKey signer,
Signature signature) |
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.