Trait

org.bitcoins.rpc.client.common

WalletRpc

Related Doc: package common

Permalink

trait WalletRpc extends AnyRef

RPC calls related to wallet management functionality in bitcoind

Self Type
WalletRpc with Client
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WalletRpc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def backupWallet(destination: String): Future[Unit]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dumpPrivKey(address: BitcoinAddress): Future[ECPrivateKey]

    Permalink
  8. def dumpWallet(filePath: String): Future[DumpWalletResult]

    Permalink
  9. def encryptWallet(passphrase: String): Future[String]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getBalance: Future[Bitcoins]

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getNewAddress(accountOrLabel: String, addressType: AddressType): Future[BitcoinAddress]

    Permalink
  16. def getNewAddress(accountOrLabel: String): Future[BitcoinAddress]

    Permalink
  17. def getNewAddress(addressType: AddressType): Future[BitcoinAddress]

    Permalink
  18. def getNewAddress: Future[BitcoinAddress]

    Permalink
  19. def getReceivedByAddress(address: BitcoinAddress, minConfirmations: Int = 1): Future[Bitcoins]

    Permalink
  20. def getUnconfirmedBalance: Future[Bitcoins]

    Permalink
  21. def getWalletInfo: Future[GetWalletInfoResult]

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def importAddress(address: BitcoinAddress, account: String = "", rescan: Boolean = true, p2sh: Boolean = false): Future[Unit]

    Permalink
  24. def importMulti(requests: Vector[ImportMultiRequest], rescan: Boolean = true): Future[Vector[ImportMultiResult]]

    Permalink
  25. def importPrivKey(key: ECPrivateKey, account: String = "", rescan: Boolean = true): Future[Unit]

    Permalink
  26. def importPrunedFunds(transaction: Transaction, txOutProof: MerkleBlock): Future[Unit]

    Permalink
  27. def importPubKey(pubKey: ECPublicKey, label: String = "", rescan: Boolean = true): Future[Unit]

    Permalink
  28. def importWallet(filePath: String): Future[Unit]

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def keyPoolRefill(keyPoolSize: Int = 100): Future[Unit]

    Permalink
  31. def listAddressGroupings: Future[Vector[Vector[RpcAddress]]]

    Permalink
  32. def listReceivedByAddress(confirmations: Int = 1, includeEmpty: Boolean = false, includeWatchOnly: Boolean = false): Future[Vector[ReceivedAddress]]

    Permalink
  33. def listWallets: Future[Vector[String]]

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def removePrunedFunds(txid: DoubleSha256Digest): Future[Unit]

    Permalink
  38. def removePrunedFunds(txid: DoubleSha256DigestBE): Future[Unit]

    Permalink
  39. def setTxFee(feePerKB: Bitcoins): Future[Boolean]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def walletLock(): Future[Unit]

    Permalink
  46. def walletPassphrase(passphrase: String, seconds: Int): Future[Unit]

    Permalink
  47. def walletPassphraseChange(currentPassphrase: String, newPassphrase: String): Future[Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped