Package org.nervos.ckb.udt
Class UDTCollectResult
java.lang.Object
org.nervos.ckb.transaction.CollectResult
org.nervos.ckb.udt.UDTCollectResult
public class UDTCollectResult
extends org.nervos.ckb.transaction.CollectResult
Copyright © 2020 Nervos Foundation. All rights reserved.
-
Field Summary
Fields Modifier and Type Field Description java.math.BigIntegerchangeUdtAmount -
Constructor Summary
Constructors Constructor Description UDTCollectResult(java.util.List<org.nervos.ckb.transaction.CellsWithAddress> cellsWithAddresses, java.lang.String changeCapacity, java.math.BigInteger changeUdtAmount) -
Method Summary
-
Field Details
-
changeUdtAmount
public java.math.BigInteger changeUdtAmount
-
-
Constructor Details
-
UDTCollectResult
public UDTCollectResult(java.util.List<org.nervos.ckb.transaction.CellsWithAddress> cellsWithAddresses, java.lang.String changeCapacity, java.math.BigInteger changeUdtAmount)
-