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.BigInteger changeUdtAmount  

    Fields inherited from class org.nervos.ckb.transaction.CollectResult

    cellsWithAddresses, changeCapacity
  • 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • UDTCollectResult

      public UDTCollectResult​(java.util.List<org.nervos.ckb.transaction.CellsWithAddress> cellsWithAddresses, java.lang.String changeCapacity, java.math.BigInteger changeUdtAmount)