Uses of Class
com.github.katenachain.entity.Tx
-
Packages that use Tx Package Description com.github.katenachain com.github.katenachain.api com.github.katenachain.entity com.github.katenachain.entity.api -
-
Uses of Tx in com.github.katenachain
Methods in com.github.katenachain that return Tx Modifier and Type Method Description TxTransactor. getTx(TxData txData)signs a tx data and returns a new tx ready to be sent. -
Uses of Tx in com.github.katenachain.api
Methods in com.github.katenachain.api with parameters of type Tx 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 Tx in com.github.katenachain.entity
Methods in com.github.katenachain.entity that return Tx Modifier and Type Method Description TxTx. setData(TxData data)Data SetterTxTx. setNonceTime(Date nonceTime)NonceTime SetterTxTx. setSignature(byte[] signature)Signature SetterTxTx. setSigner(PublicKey signer)Signer Setter -
Uses of Tx in com.github.katenachain.entity.api
Methods in com.github.katenachain.entity.api that return Tx Modifier and Type Method Description TxTxWrapper. getTx()Tx GetterMethods in com.github.katenachain.entity.api with parameters of type Tx Modifier and Type Method Description TxWrapperTxWrapper. setTx(Tx tx)Tx Setter
-