Package 

Class RpcConfig

  • All Implemented Interfaces:

    
    public final class RpcConfig
    
                        

    RpcBlockchain configuration options

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait