public class CellCollectorWithIndexer
extends java.lang.Object
| Constructor and Description |
|---|
CellCollectorWithIndexer(org.nervos.ckb.service.Api api) |
CellCollectorWithIndexer(org.nervos.ckb.service.Api api,
boolean skipDataAndType) |
| Modifier and Type | Method and Description |
|---|---|
CollectResult |
collectInputs(java.util.List<java.lang.String> addresses,
java.util.List<org.nervos.ckb.type.cell.CellOutput> cellOutputs,
java.math.BigInteger feeRate,
int initialLength) |
java.math.BigInteger |
getCapacityWithAddress(java.lang.String address) |
java.math.BigInteger |
getCapacityWithLockHash(java.lang.String lockHash) |
public CellCollectorWithIndexer(org.nervos.ckb.service.Api api)
public CellCollectorWithIndexer(org.nervos.ckb.service.Api api,
boolean skipDataAndType)
public CollectResult collectInputs(java.util.List<java.lang.String> addresses, java.util.List<org.nervos.ckb.type.cell.CellOutput> cellOutputs, java.math.BigInteger feeRate, int initialLength) throws java.io.IOException
java.io.IOExceptionpublic java.math.BigInteger getCapacityWithAddress(java.lang.String address)
throws java.io.IOException
java.io.IOExceptionpublic java.math.BigInteger getCapacityWithLockHash(java.lang.String lockHash)
throws java.io.IOException
java.io.IOException