| Package | Description |
|---|---|
| com.github.katenachain | |
| com.github.katenachain.api | |
| com.github.katenachain.entity.api |
| Modifier and Type | Method and Description |
|---|---|
TxStatus |
Transactor.sendCertificateEd25519V1(String uuid,
PublicKey signer,
byte[] signature)
creates a CertificateEd25519 (V1), wraps in a tx and sends it to the API.
|
TxStatus |
Transactor.sendCertificateRawV1(String uuid,
byte[] value)
creates a CertificateRaw (V1), wraps in a tx and sends it to the API.
|
TxStatus |
Transactor.sendKeyCreateV1(String uuid,
PublicKey publicKey,
String role)
creates a KeyCreate (V1) and sends it to the API.
|
TxStatus |
Transactor.sendKeyRevokeV1(String uuid,
PublicKey publicKey)
creates a KeyRevoke (V1) and sends it to the API.
|
TxStatus |
Transactor.sendSecretNaclBoxV1(String uuid,
PublicKey sender,
byte[] nonce,
byte[] content)
creates a SecretNaclBox (V1), wraps in a tx and sends it to the API.
|
TxStatus |
Transactor.sendTx(TxData txData)
signs and sends a tx to the Api.
|
| Modifier and Type | Method and Description |
|---|---|
TxStatus |
Handler.sendTx(Tx tx)
accepts a tx and sends it to the Api to return a tx status or throws an error.
|
| Modifier and Type | Method and Description |
|---|---|
TxStatus |
TxWrapper.getStatus() |
Copyright © 2020 Transchain. All rights reserved.