Class TxOut


  • public class TxOut
    extends Object
    • Field Detail

      • script_pubkey

        public final byte[] script_pubkey
        The script_pubkey in this output
      • value

        public final long value
        The value, in satoshis, of this output
    • Constructor Detail

      • TxOut

        public TxOut​(long value,
                     byte[] script_pubkey)