public class CellCollector
extends java.lang.Object
| Constructor and Description |
|---|
CellCollector(org.nervos.ckb.service.Api api) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<org.nervos.ckb.type.cell.CellInput>> |
collectInputs(java.util.List<java.lang.String> lockHashes,
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 java.util.Map<java.lang.String,java.util.List<org.nervos.ckb.type.cell.CellInput>> collectInputs(java.util.List<java.lang.String> lockHashes,
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