Uses of Class
com.github.katenachain.entity.api.SendTxResult
-
Packages that use SendTxResult Package Description com.github.katenachain com.github.katenachain.api -
-
Uses of SendTxResult in com.github.katenachain
Methods in com.github.katenachain that return SendTxResult 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. -
Uses of SendTxResult in com.github.katenachain.api
Methods in com.github.katenachain.api that return SendTxResult Modifier and Type Method Description SendTxResultHandler. sendTx(Tx tx)accepts an encoded tx and sends it to the Api to return its status and its hash.
-