Uses of Class
com.github.katenachain.entity.api.TxWrappers
-
Packages that use TxWrappers Package Description com.github.katenachain com.github.katenachain.api com.github.katenachain.entity.api -
-
Uses of TxWrappers in com.github.katenachain
Methods in com.github.katenachain that return TxWrappers Modifier and Type Method Description TxWrappersTransactor. retrieveCertificatesHistory(String companyChainId, String uuid)fetches the API to find the corresponding txs and returns tx wrappers or an error.TxWrappersTransactor. retrieveSecrets(String companyChainId, String uuid)fetches the API to find the corresponding txs and returns tx wrappers. -
Uses of TxWrappers in com.github.katenachain.api
Methods in com.github.katenachain.api that return TxWrappers Modifier and Type Method Description TxWrappersHandler. retrieveCertificatesHistory(String id)fetches the API and returns a tx wrappers.TxWrappersHandler. retrieveSecrets(String id)fetches the API and returns a tx wrapper list. -
Uses of TxWrappers in com.github.katenachain.entity.api
Methods in com.github.katenachain.entity.api that return TxWrappers Modifier and Type Method Description TxWrappersTxWrappers. setTotal(int total)Total SetterTxWrappersTxWrappers. setTxs(TxWrapper[] txs)Txs Setter
-