Class TransactionIngredients

java.lang.Object
org.consensusj.bitcoin.jsonrpc.test.TransactionIngredients

public class TransactionIngredients extends Object
Everything needed to build your own custom transaction TODO: Make this an immutable bean
  • Field Details

    • address

      public org.bitcoinj.base.Address address
    • privateKey

      public org.bitcoinj.crypto.ECKey privateKey
    • outPoints

      public List<org.bitcoinj.core.TransactionOutPoint> outPoints
  • Constructor Details