Package org.nervos.ckb.service
Class CkbIndexerApi
java.lang.Object
org.nervos.ckb.service.CkbIndexerApi
public class CkbIndexerApi
extends java.lang.Object
Copyright © 2020 Nervos Foundation. All rights reserved.
-
Constructor Summary
Constructors Constructor Description CkbIndexerApi(java.lang.String nodeUrl)CkbIndexerApi(java.lang.String nodeUrl, boolean isDebug) -
Method Summary
Modifier and Type Method Description CkbIndexerCellResponsegetCells(SearchKey searchKey, java.lang.String order, java.math.BigInteger limit, java.lang.String afterCursor)CkbIndexerCellsCapacityResponsegetCellsCapacity(SearchKey searchKey)
-
Constructor Details
-
CkbIndexerApi
public CkbIndexerApi(java.lang.String nodeUrl) -
CkbIndexerApi
public CkbIndexerApi(java.lang.String nodeUrl, boolean isDebug)
-
-
Method Details
-
getCells
public CkbIndexerCellResponse getCells(SearchKey searchKey, java.lang.String order, java.math.BigInteger limit, java.lang.String afterCursor) throws java.io.IOException- Throws:
java.io.IOException
-
getCellsCapacity
public CkbIndexerCellsCapacityResponse getCellsCapacity(SearchKey searchKey) throws java.io.IOException- Throws:
java.io.IOException
-