Package 

Class TxOut

  • All Implemented Interfaces:

    
    public final class TxOut
    
                        

    A transaction output, which defines new coins to be created from old ones.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      TxOut(ULong value, String address)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ULong getValue() The value of the output, in satoshis.
      final Unit setValue(ULong value) The value of the output, in satoshis.
      final String getAddress() The address of the output.
      final Unit setAddress(String address) The address of the output.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait