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<CellsWithPrivateKey> |
collectInputs(java.util.List<Sender> senders) |
java.util.List<org.nervos.ckb.type.cell.CellOutput> |
generateOutputs(java.util.List<Receiver> receivers,
java.lang.String changeAddress) |
public java.util.List<CellsWithPrivateKey> collectInputs(java.util.List<Sender> senders) 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)