| Package | Description |
|---|---|
| com.github.katenachain |
| 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.
|
Copyright © 2020 Transchain. All rights reserved.