类 CkbIndexerApi
java.lang.Object
org.nervos.ckb.indexer.CkbIndexerApi
public class CkbIndexerApi
extends java.lang.Object
Copyright © 2020 Nervos Foundation. All rights reserved.
-
构造器概要
构造器 构造器 说明 CkbIndexerApi(java.lang.String indexerUrl)CkbIndexerApi(java.lang.String indexerUrl, boolean isDebug) -
方法概要
修饰符和类型 方法 说明 CkbIndexerCellsgetCells(SearchKey searchKey, java.lang.String order, java.math.BigInteger limit, java.lang.String afterCursor)CkbIndexerCellsCapacitygetCellsCapacity(SearchKey searchKey)
-
构造器详细资料
-
CkbIndexerApi
public CkbIndexerApi(java.lang.String indexerUrl) -
CkbIndexerApi
public CkbIndexerApi(java.lang.String indexerUrl, boolean isDebug)
-
-
方法详细资料
-
getCells
public CkbIndexerCells getCells(SearchKey searchKey, java.lang.String order, java.math.BigInteger limit, java.lang.String afterCursor) throws java.io.IOException- 抛出:
java.io.IOException
-
getCellsCapacity
- 抛出:
java.io.IOException
-