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 SendTxResultTransactor. sendCertificateEd25519V1Tx(String id, PublicKey signer, byte[] signature)creates a CertificateEd25519 (V1) and sends it to the API.SendTxResultTransactor. sendCertificateRawV1Tx(String id, byte[] value)creates a CertificateRaw (V1) and sends it to the API.SendTxResultTransactor. sendKeyCreateV1Tx(String id, PublicKey publicKey, String role)creates a KeyCreate (V1) and sends it to the API.SendTxResultTransactor. sendKeyRevokeV1Tx(String id)creates a KeyRevoke (V1) and sends it to the API.SendTxResultTransactor. sendKeyRotateV1Tx(String id, PublicKey publicKey)creates a KeyRotate (V1) and sends it to the API.SendTxResultTransactor. sendSecretNaclBoxV1Tx(String id, PublicKey sender, byte[] nonce, byte[] content)creates a SecretNaclBox (V1) and sends it to the API.SendTxResultTransactor. sendTx(TxData txData)creates a tx from a tx data and the provided tx signer info and chain id, signs it, encodes it and sends it to the api.
-