public class CollectUtils
extends java.lang.Object
| Constructor and Description |
|---|
CollectUtils(org.nervos.ckb.service.Api api) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CellsWithAddress> |
collectInputs(java.util.List<java.lang.String> sendAddresses,
java.util.List<org.nervos.ckb.type.cell.CellOutput> cellOutputs,
java.math.BigInteger feeRate,
int initialLength) |
java.util.List<org.nervos.ckb.type.cell.CellOutput> |
generateOutputs(java.util.List<Receiver> receivers,
java.lang.String changeAddress) |
public java.util.List<CellsWithAddress> collectInputs(java.util.List<java.lang.String> sendAddresses, java.util.List<org.nervos.ckb.type.cell.CellOutput> cellOutputs, java.math.BigInteger feeRate, int initialLength) throws java.io.IOException
java.io.IOExceptionpublic java.util.List<org.nervos.ckb.type.cell.CellOutput> generateOutputs(java.util.List<Receiver> receivers, java.lang.String changeAddress) throws java.io.IOException
java.io.IOException