| Modifier and Type | Method and Description |
|---|---|
TxStatus |
Transactor.sendTx(TxData txData)
signs and sends a tx to the Api.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Handler.getTxDataState(String chainID,
Date nonceTime,
TxData txData)
returns the sorted and marshaled json representation of a TxData ready to be signed.
|
Tx |
Handler.signTx(PrivateKey privateKey,
String chainID,
Date nonceTime,
TxData txData)
signs a tx data and returns a new tx ready to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
TxData |
Tx.getData() |
| Constructor and Description |
|---|
Tx(TxData data,
Date nonceTime,
byte[] signature,
PublicKey signer)
Tx constructor.
|
TxDataState(String chainID,
Date nonceTime,
TxData data)
TxDataState constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyCreateV1
KeyCreateV1 is the first version of a key create message.
|
class |
KeyRevokeV1
KeyRevokeV1 is the first version of a key revoke message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateEd25519V1
CertificateEd25519V1 is the first version of an ed25519 certificate.
|
class |
CertificateRawV1
CertificateRawV1 is the first version of a raw certificate.
|
class |
SecretNaclBoxV1
SecretNaclBoxV1 is the first version of a nacl box secret.
|
| Modifier and Type | Method and Description |
|---|---|
TxData |
TxDataSerializer.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
TxDataSerializer.serialize(TxData txData,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
Copyright © 2020 Transchain. All rights reserved.