-
- All Implemented Interfaces:
public final class RpcConfig
RpcBlockchain configuration options
-
-
Field Summary
Fields Modifier and Type Field Description private final String
url
private final Auth
auth
private final Network
network
private final String
walletName
private final RcpSyncParams
syncParams
-
Method Summary
Modifier and Type Method Description final String
getUrl()
The bitcoin node url. final Auth
getAuth()
The bicoin node authentication mechanism. final Network
getNetwork()
The network we are using (it will be checked the bitcoin node network matches this). final String
getWalletName()
The wallet name in the bitcoin node. final RcpSyncParams
getSyncParams()
Sync parameters. -
-
Constructor Detail
-
RpcConfig
RpcConfig(String url, Auth auth, Network network, String walletName, RcpSyncParams syncParams)
-
-
Method Detail
-
getNetwork
final Network getNetwork()
The network we are using (it will be checked the bitcoin node network matches this).
-
getWalletName
final String getWalletName()
The wallet name in the bitcoin node.
-
getSyncParams
final RcpSyncParams getSyncParams()
Sync parameters.
-
-
-
-