Package 

Class OutPoint

  • All Implemented Interfaces:

    
    public final class OutPoint
    
                        

    A reference to a transaction output.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String txid
      private UInt vout
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTxid() The referenced transaction’s txid.
      final Unit setTxid(String txid) The referenced transaction’s txid.
      final UInt getVout() The index of the referenced output in its transaction’s vout.
      final Unit setVout(UInt vout) The index of the referenced output in its transaction’s vout.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getTxid

         final String getTxid()

        The referenced transaction’s txid.

      • getVout

         final UInt getVout()

        The index of the referenced output in its transaction’s vout.

      • setVout

         final Unit setVout(UInt vout)

        The index of the referenced output in its transaction’s vout.