Uses of Class
com.github.katenachain.entity.api.TxStatus
-
Packages that use TxStatus Package Description com.github.katenachain com.github.katenachain.api com.github.katenachain.entity.api -
-
Uses of TxStatus in com.github.katenachain
Methods in com.github.katenachain that return TxStatus Modifier and Type Method Description 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. -
Uses of TxStatus in com.github.katenachain.api
Methods in com.github.katenachain.api that return TxStatus Modifier and Type Method Description TxStatusHandler. sendCertificate(Tx tx)accepts a tx and sends it to the appropriate certificate API route.TxStatusHandler. sendSecret(Tx tx)accepts a tx and sends it to the appropriate API route.TxStatusHandler. sendTx(String route, Tx tx)tries to send a tx to the API and returns a tx status or throws an api error. -
Uses of TxStatus in com.github.katenachain.entity.api
Methods in com.github.katenachain.entity.api that return TxStatus Modifier and Type Method Description TxStatusTxWrapper. getStatus()
-