Uses of Class
com.github.katenachain.entity.Tx
-
Packages that use Tx Package Description com.github.katenachain.api com.github.katenachain.entity.api -
-
Uses of Tx in com.github.katenachain.api
Methods in com.github.katenachain.api that return Tx Modifier and Type Method Description TxHandler. signTx(TxSigner txSigner, String chainId, Instant nonceTime, TxData txData)signs a tx data and returns a new tx ready to be sent.Methods in com.github.katenachain.api with parameters of type Tx 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. -
Uses of Tx in com.github.katenachain.entity.api
Methods in com.github.katenachain.entity.api that return Tx Modifier and Type Method Description TxTxResult. getTx()
-