Uses of Class
com.github.katenachain.entity.api.TxResults
-
Packages that use TxResults Package Description com.github.katenachain com.github.katenachain.api -
-
Uses of TxResults in com.github.katenachain
Methods in com.github.katenachain that return TxResults Modifier and Type Method Description TxResultsTransactor. retrieveCertificateTxs(String companyBcId, String id, int page, int txPerPage)fetches the API and returns all txs related to a certificate fqid.TxResultsTransactor. retrieveKeyTxs(String companyBcId, String id, int page, int txPerPage)fetches the API and returns all txs related to a key fqid.TxResultsTransactor. retrieveSecretTxs(String companyBcId, String id, int page, int txPerPage)fetches the API and returns all txs related to a secret fqid. -
Uses of TxResults in com.github.katenachain.api
Methods in com.github.katenachain.api that return TxResults Modifier and Type Method Description TxResultsHandler. retrieveCertificateTxs(String fqId, int page, int txPerPage)fetches the API to return all txs related to a certificate fqid.TxResultsHandler. retrieveKeyTxs(String fqId, int page, int txPerPage)fetches the API to return all txs related to a key fqid.TxResultsHandler. retrieveSecretTxs(String fqId, int page, int txPerPage)fetches the API to return all txs related to a secret fqid.
-