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.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.api
Methods in com.github.katenachain.entity.api that return Tx Modifier and Type Method Description TxTxWrapper. getTx()
-