Class Utxo.Basic

java.lang.Object
org.consensusj.bitcoinj.signing.Utxo.Basic
All Implemented Interfaces:
Utxo
Enclosing interface:
Utxo

public static class Utxo.Basic extends Object implements Utxo
Bare minimum UTXO info: txId and index
  • Constructor Details

    • Basic

      public Basic(org.bitcoinj.base.Sha256Hash txId, int index)
  • Method Details

    • txId

      public org.bitcoinj.base.Sha256Hash txId()
      Specified by:
      txId in interface Utxo
    • index

      public int index()
      Specified by:
      index in interface Utxo