public interface CkbIndexerApi
| Modifier and Type | Method and Description |
|---|---|
CellsResponse |
getCells(SearchKey searchKey,
java.lang.String order,
java.lang.String limit,
java.lang.String afterCursor) |
CellCapacityResponse |
getCellsCapacity(SearchKey searchKey) |
TipResponse |
getTip() |
TransactionResponse |
getTransactions(SearchKey searchKey,
java.lang.String order,
java.lang.String limit,
java.lang.String afterCursor) |
TipResponse getTip() throws java.io.IOException
java.io.IOExceptionCellsResponse getCells(SearchKey searchKey, java.lang.String order, java.lang.String limit, java.lang.String afterCursor) throws java.io.IOException
java.io.IOExceptionTransactionResponse getTransactions(SearchKey searchKey, java.lang.String order, java.lang.String limit, java.lang.String afterCursor) throws java.io.IOException
java.io.IOExceptionCellCapacityResponse getCellsCapacity(SearchKey searchKey) throws java.io.IOException
java.io.IOException