public interface CkbIndexerApi
| Modifier and Type | Method and Description |
|---|---|
CellsResponse |
getCells(SearchKey searchKey,
Order order,
int limit,
byte[] afterCursor) |
CellCapacityResponse |
getCellsCapacity(SearchKey searchKey) |
TipResponse |
getTip() |
TxsWithCell |
getTransactions(SearchKey searchKey,
Order order,
int limit,
byte[] afterCursor) |
TxsWithCells |
getTransactionsGrouped(SearchKey searchKey,
Order order,
int limit,
byte[] afterCursor) |
TipResponse getTip() throws java.io.IOException
java.io.IOExceptionCellsResponse getCells(SearchKey searchKey, Order order, int limit, byte[] afterCursor) throws java.io.IOException
java.io.IOExceptionTxsWithCell getTransactions(SearchKey searchKey, Order order, int limit, byte[] afterCursor) throws java.io.IOException
java.io.IOExceptionTxsWithCells getTransactionsGrouped(SearchKey searchKey, Order order, int limit, byte[] afterCursor) throws java.io.IOException
java.io.IOExceptionCellCapacityResponse getCellsCapacity(SearchKey searchKey) throws java.io.IOException
java.io.IOException