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, Script scriptPubkey)
    • 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 Script getScriptPubkey() The script which must be satisfied for the output to be spent.
      final Unit setScriptPubkey(Script scriptPubkey) The script which must be satisfied for the output to be spent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail