Class Utxo.Signable

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

public static class Utxo.Signable extends Object implements Utxo
UTXO with "amount" which is necessary for signing a segwit transaction.
  • Constructor Details

    • Signable

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