public abstract class AbstractBlockchain extends RpcClientSupport implements Blockchain
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
LOG |
client| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBlockchain(wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient client) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractNetwork |
createNetwork() |
protected abstract AbstractWallet |
createWallet() |
Network |
getNetwork() |
Wallet |
getWallet() |
getRpcClientprotected AbstractBlockchain(wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient client)
public Wallet getWallet()
getWallet in interface Blockchainpublic Network getNetwork()
getNetwork in interface Blockchainprotected abstract AbstractWallet createWallet()
protected abstract AbstractNetwork createNetwork()
Copyright © 2018. All rights reserved.