| Package | Description |
|---|---|
| com.github.katenachain | |
| com.github.katenachain.api |
| Modifier and Type | Method and Description |
|---|---|
TxWrappers |
Transactor.retrieveCertificates(String companyBcid,
String uuid,
int page,
int txPerPage)
fetches the API to find the corresponding txs and returns tx wrappers or an error.
|
TxWrappers |
Transactor.retrieveKeyCreateTxs(String companyBcid,
String uuid,
int page,
int txPerPage)
fetches the API to find the corresponding txs and returns tx wrappers or an error.
|
TxWrappers |
Transactor.retrieveKeyRevokeTxs(String companyBcid,
String uuid,
int page,
int txPerPage)
fetches the API to find the corresponding txs and returns tx wrappers or an error.
|
TxWrappers |
Transactor.retrieveSecrets(String companyBcid,
String uuid,
int page,
int txPerPage)
fetches the API to find the corresponding txs and returns tx wrappers.
|
TxWrappers |
Transactor.retrieveTxs(String txCategory,
String companyBcid,
String uuid,
int page,
int txPerPage)
fetches the API to find the corresponding txs and returns tx wrappers or an error.
|
| Modifier and Type | Method and Description |
|---|---|
TxWrappers |
Handler.retrieveCertificates(String id,
int page,
int txPerPage)
fetches the API and returns a tx wrappers or throws an error.
|
TxWrappers |
Handler.retrieveSecrets(String id,
int page,
int txPerPage)
fetches the API and returns a tx wrappers or throws an error.
|
TxWrappers |
Handler.retrieveTxs(String txCategory,
String id,
int page,
int txPerPage)
fetches the API and returns a tx wrappers or throws an error.
|
Copyright © 2020 Transchain. All rights reserved.