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 AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, valuesMethods inherited from class AbstractMap
equals, hashCode, toString
-
Field Details
-
rpcconnect
- See Also:
-
rpcport
-
RPCCONNECT_DEFAULT
- See Also:
-
RPCPORT_DEFAULT
-
-
Constructor Details
-
BitcoinConf
public BitcoinConf()Create a BitcoinConf with a default RPCConfig configuration.
-
-
Method Details
-
getRPCConfig
-