Packages

object BitcoindInstanceLocal extends InstanceFactoryLocal[BitcoindInstanceLocal, ActorSystem]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitcoindInstanceLocal
  2. InstanceFactoryLocal
  3. InstanceFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val DEFAULT_BITCOIND_LOCATION: Option[File]
  5. val DEFAULT_CONF_FILE: Path
  6. val DEFAULT_DATADIR: Path
  7. def apply(network: NetworkParameters, uri: URI, rpcUri: URI, authCredentials: BitcoindAuthCredentials, zmqConfig: ZmqConfig = ZmqConfig(), binary: File = DEFAULT_BITCOIND_LOCATION match { case Some(file) => file case None => bitcoindLocationFromConfigFile }, datadir: File = BitcoindConfig.DEFAULT_DATADIR)(implicit system: ActorSystem): BitcoindInstanceLocal
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bitcoindLocationFromConfigFile: File
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def fromConfFile(file: File = BitcoindConfig.DEFAULT_CONF_FILE, binary: File = DEFAULT_BITCOIND_LOCATION match { case Some(file) => file case None => bitcoindLocationFromConfigFile })(implicit system: ActorSystem): BitcoindInstanceLocal

    Construct a bitcoind from the given config file.

    Construct a bitcoind from the given config file. If no datadir setting is found, the parent directory to the given file is used.

    Exceptions thrown

    IllegalArgumentException if the given config file does not exist

  15. def fromConfig(config: BitcoindConfig, binary: File = DEFAULT_BITCOIND_LOCATION match { case Some(file) => file case None => bitcoindLocationFromConfigFile })(implicit system: ActorSystem): BitcoindInstanceLocal

    Constructs a bitcoind instance from the given config

  16. def fromConfigFile(file: File)(implicit system: ActorSystem): BitcoindInstanceLocal
  17. def fromDataDir(dir: File)(implicit system: ActorSystem): BitcoindInstanceLocal
  18. def fromDatadir(datadir: File = BitcoindConfig.DEFAULT_DATADIR, binary: File = DEFAULT_BITCOIND_LOCATION match { case Some(file) => file case None => bitcoindLocationFromConfigFile })(implicit system: ActorSystem): BitcoindInstanceLocal

    Constructs a bitcoind instance from the given datadir, using the bitcoin.conf found within (if any)

    Constructs a bitcoind instance from the given datadir, using the bitcoin.conf found within (if any)

    Exceptions thrown

    IllegalArgumentException if the given datadir does not exist

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. lazy val remoteFilePath: File
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Ungrouped