Class BlockchainUtil
java.lang.Object
com.bradyrussell.uiscoin.blockchain.BlockchainUtil
public class BlockchainUtil
extends java.lang.Object
- 
Constructor Summary
Constructors Constructor Description BlockchainUtil() - 
Method Summary
Modifier and Type Method Description static longgetBalanceForP2phkAddress(BlockchainStorage blockchain, byte[] PublicKeyHash)static java.util.ArrayList<BlockchainStorage.TransactionOutputIdentifier>matchUtxoForP2phkAddress(BlockchainStorage blockchain, byte[] PublicKeyHash) 
- 
Constructor Details
- 
BlockchainUtil
public BlockchainUtil() 
 - 
 - 
Method Details
- 
matchUtxoForP2phkAddress
public static java.util.ArrayList<BlockchainStorage.TransactionOutputIdentifier> matchUtxoForP2phkAddress(BlockchainStorage blockchain, byte[] PublicKeyHash) - 
getBalanceForP2phkAddress
 
 -