public abstract class AbstractBlockchainTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_BOB |
static String |
LABEL_MARY |
static String |
LABEL_SINK |
protected org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
AbstractBlockchainTest() |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
addFee(BigDecimal amount) |
protected BigDecimal |
estimateFee() |
protected static void |
generate(Blockchain blockchain) |
protected static BigDecimal |
getUTXOAmount(List<UTXO> utxos) |
protected static void |
importAddresses(Wallet wallet,
Class<?> configSource) |
protected void |
showAccountBalances() |
protected BigDecimal |
subtractFee(BigDecimal amount) |
protected final org.slf4j.Logger LOG
public static final String LABEL_BOB
public static final String LABEL_MARY
public static final String LABEL_SINK
protected static void importAddresses(Wallet wallet, Class<?> configSource) throws IOException
IOExceptionprotected static void generate(Blockchain blockchain)
protected static BigDecimal getUTXOAmount(List<UTXO> utxos)
protected BigDecimal estimateFee()
protected BigDecimal addFee(BigDecimal amount)
protected BigDecimal subtractFee(BigDecimal amount)
protected void showAccountBalances()
Copyright © 2018. All rights reserved.