Uses of Class
com.github.katenachain.exceptions.ClientException
-
Packages that use ClientException Package Description com.github.katenachain -
-
Uses of ClientException in com.github.katenachain
Methods in com.github.katenachain that throw ClientException Modifier and Type Method Description TxTransactor. getTx(TxData txData)signs a tx data and returns a new tx ready to be sent.TxStatusTransactor. sendCertificateEd25519V1(String uuid, PublicKey signer, byte[] signature)creates a CertificateEd25519 (V1), wraps in a tx and sends it to the API.TxStatusTransactor. sendCertificateRawV1(String uuid, byte[] value)creates a CertificateRaw (V1), wraps in a tx and sends it to the API.TxStatusTransactor. sendSecretNaclBoxV1(String uuid, PublicKey sender, byte[] nonce, byte[] content)creates a SecretNaclBox (V1), wraps in a tx and sends it to the API.
-