public interface CkbIndexerApi
| 限定符和类型 | 方法和说明 |
|---|---|
CellsResp |
getCells(SearchKey searchKey,
java.lang.String order,
java.lang.String limit,
java.lang.String afterCursor) |
CellCapacityResp |
getCellsCapacity(SearchKey searchKey) |
TipResp |
getTip() |
TransactionResp |
getTransactions(SearchKey searchKey,
java.lang.String order,
java.lang.String limit,
java.lang.String afterCursor) |
TipResp getTip() throws java.io.IOException
java.io.IOExceptionCellsResp getCells(SearchKey searchKey, java.lang.String order, java.lang.String limit, java.lang.String afterCursor) throws java.io.IOException
java.io.IOExceptionTransactionResp getTransactions(SearchKey searchKey, java.lang.String order, java.lang.String limit, java.lang.String afterCursor) throws java.io.IOException
java.io.IOExceptionCellCapacityResp getCellsCapacity(SearchKey searchKey) throws java.io.IOException
java.io.IOException