Class BitcoinConf
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
Bitcoin configuration from bitcoin.conf
First cut is just a map, but future versions may be strongly typed
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
rpcconnect
- See Also:
-
rpcport
- See Also:
-
RPCCONNECT_DEFAULT
- See Also:
-
RPCPORT_DEFAULT
-
-
Constructor Details
-
BitcoinConf
public BitcoinConf()Create a BitcoinConf with a default RPCConfig configuration.
-
-
Method Details
-
getRPCConfig
-