Class Utxo.Complete

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

public static class Utxo.Complete extends Object implements Utxo
UTXO with amount and scriptPubKey. Everything needed to build a transaction input with scriptSig to spend this output.
  • Constructor Details

    • Complete

      public Complete(org.bitcoinj.base.Sha256Hash txId, int index, org.bitcoinj.base.Coin amount, org.bitcoinj.script.Script scriptPubKey)
  • 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
    • amount

      public org.bitcoinj.base.Coin amount()
    • scriptPubKey

      public org.bitcoinj.script.Script scriptPubKey()