| Modifier and Type | Method and Description |
|---|---|
CLPublicKey |
CasperSdk.toCLPublicKey(PublicKey publicKey)
Converts a java security public key to a Casper Labs public key
|
| Modifier and Type | Method and Description |
|---|---|
CLPublicKey |
PublicKeyJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyJsonSerializer.serialize(CLPublicKey value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Method and Description |
|---|---|
Class<CLPublicKey> |
PublicKeyByteSerializer.getType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PublicKeyByteSerializer.toBytes(CLPublicKey source) |
| Modifier and Type | Method and Description |
|---|---|
CLPublicKey |
SigningService.toClPublicKey(PublicKey publicKey)
Obtains the java security public keys raw and converts to a casper labs public key.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
SigningService.fromClPublicKey(CLPublicKey publicKey)
Obtains the java security public keys raw and converts to a casper labs public key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Signature
Signature type used in deployment approvals.
|
| Modifier and Type | Method and Description |
|---|---|
CLPublicKey |
DeployHeader.getAccount() |
CLPublicKey |
DeployApproval.getSigner() |
| Modifier and Type | Method and Description |
|---|---|
Transfer |
DeployService.newTransfer(Number amount,
CLPublicKey target,
Number id) |
| Constructor and Description |
|---|
DeployApproval(CLPublicKey signer,
Signature signature) |
DeployHeader(CLPublicKey account,
long timestamp,
long ttl,
Integer gasPrice,
Digest bodyHash,
List<Digest> dependencies,
String chainName) |
DeployHeader(CLPublicKey account,
String timestamp,
String ttl,
Integer gasPrice,
Digest bodyHash,
List<Digest> dependencies,
String chainName) |
Copyright © 2022. All rights reserved.