Uses of Class
com.github.katenachain.entity.api.TxWrapper
-
Packages that use TxWrapper Package Description com.github.katenachain com.github.katenachain.api com.github.katenachain.entity.api -
-
Uses of TxWrapper in com.github.katenachain
Methods in com.github.katenachain that return TxWrapper Modifier and Type Method Description TxWrapperTransactor. retrieveCertificate(String companyChainId, String uuid)fetches the API to find the corresponding tx and return a tx wrapper. -
Uses of TxWrapper in com.github.katenachain.api
Methods in com.github.katenachain.api that return TxWrapper Modifier and Type Method Description TxWrapperHandler. retrieveCertificate(String id)fetches the API and returns a tx wrapper. -
Uses of TxWrapper in com.github.katenachain.entity.api
Methods in com.github.katenachain.entity.api that return TxWrapper Modifier and Type Method Description TxWrapper[]TxWrappers. getTxs()Txs GetterTxWrapperTxWrapper. setStatus(TxStatus status)Status SetterTxWrapperTxWrapper. setTx(Tx tx)Tx SetterMethods in com.github.katenachain.entity.api with parameters of type TxWrapper Modifier and Type Method Description TxWrappersTxWrappers. setTxs(TxWrapper[] txs)Txs Setter
-