public interface CkbIndexerApi
| 限定符和类型 | 方法和说明 |
|---|---|
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