Class TransactionBuilder.UTXO
java.lang.Object
com.bradyrussell.uiscoin.transaction.TransactionBuilder.UTXO
- Enclosing class:
- TransactionBuilder
public static class TransactionBuilder.UTXO
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description UTXO(byte[] hash, int index, long value, UISCoinKeypair unlockingKeypair)
UTXO(BlockchainStorage.TransactionOutputIdentifier id, long value, UISCoinKeypair unlockingKeypair)
-
Method Summary
-
Constructor Details
-
UTXO
-
UTXO
public UTXO(BlockchainStorage.TransactionOutputIdentifier id, long value, UISCoinKeypair unlockingKeypair)
-