| Package | Description |
|---|---|
| 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 |
|---|---|
DeployNamedArg |
DeployNamedArgJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployNamedArgJsonSerializer.serialize(DeployNamedArg value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Method and Description |
|---|---|
Class<DeployNamedArg> |
DeployNamedArgByteSerializer.getType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DeployNamedArgByteSerializer.toBytes(DeployNamedArg source) |
| Modifier and Type | Method and Description |
|---|---|
DeployNamedArg |
DeployExecutable.getNamedArg(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<DeployNamedArg> |
DeployExecutable.getArgs() |
| Constructor and Description |
|---|
DeployExecutable(byte[] moduleBytes,
List<DeployNamedArg> args) |
ModuleBytes(byte[] moduleBytes,
List<DeployNamedArg> args) |
ModuleBytes(List<DeployNamedArg> args) |
StoredContractByHash(Digest hash,
String entryPoint,
List<DeployNamedArg> args) |
StoredContractByName(String name,
String entryPoint,
byte[] moduleBytes,
List<DeployNamedArg> args) |
StoredContractByName(String name,
String entryPoint,
List<DeployNamedArg> args) |
Transfer(byte[] moduleBytes,
List<DeployNamedArg> args) |
Transfer(List<DeployNamedArg> amountArg) |
Copyright © 2021. All rights reserved.