Uses of Class
com.github.katenachain.entity.api.TxResult
-
Packages that use TxResult Package Description com.github.katenachain com.github.katenachain.api com.github.katenachain.entity.api -
-
Uses of TxResult in com.github.katenachain
Methods in com.github.katenachain that return TxResult Modifier and Type Method Description TxResultTransactor. retrieveLastCertificateTx(String companyBcId, String id)fetches the API and returns the last tx related to a certificate fqid.TxResultTransactor. retrieveLastKeyTx(String companyBcId, String id)fetches the API and returns the last tx related to a key fqid.TxResultTransactor. retrieveLastSecretTx(String companyBcId, String id)fetches the API and returns the last tx related to a secret fqid.TxResultTransactor. retrieveTx(String hash)fetches the API and return any tx by its hash. -
Uses of TxResult in com.github.katenachain.api
Methods in com.github.katenachain.api that return TxResult Modifier and Type Method Description TxResultHandler. retrieveLastCertificateTx(String fqId)fetches the API to return the last tx related to a certificate fqid.TxResultHandler. retrieveLastKeyTx(String fqId)fetches the API to return the last tx related to a key fqid.TxResultHandler. retrieveLastSecretTx(String fqId)fetches the API to return the last tx related to a secret fqid.TxResultHandler. retrieveTx(String hash)fetches the API to return any tx by its hash. -
Uses of TxResult in com.github.katenachain.entity.api
Methods in com.github.katenachain.entity.api that return TxResult Modifier and Type Method Description TxResult[]TxResults. getTxs()
-