Packages

trait BlockchainRpc extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockchainRpc
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def getBestBlockHash: Future[DoubleSha256DigestBE]
  10. def getBlock(headerHash: DoubleSha256Digest): Future[GetBlockResult]
  11. def getBlock(headerHash: DoubleSha256DigestBE): Future[GetBlockResult]
  12. def getBlockChainInfo: Future[GetBlockChainInfoResult]
  13. def getBlockCount: Future[Int]
  14. def getBlockHash(height: Int): Future[DoubleSha256DigestBE]
  15. def getBlockHeader(headerHash: DoubleSha256Digest): Future[GetBlockHeaderResult]
  16. def getBlockHeader(headerHash: DoubleSha256DigestBE): Future[GetBlockHeaderResult]
  17. def getBlockHeaderRaw(headerHash: DoubleSha256Digest): Future[BlockHeader]
  18. def getBlockHeaderRaw(headerHash: DoubleSha256DigestBE): Future[BlockHeader]
  19. def getBlockRaw(headerHash: DoubleSha256Digest): Future[Block]
  20. def getBlockRaw(headerHash: DoubleSha256DigestBE): Future[Block]
  21. def getBlockWithTransactions(headerHash: DoubleSha256Digest): Future[GetBlockWithTransactionsResult]
  22. def getBlockWithTransactions(headerHash: DoubleSha256DigestBE): Future[GetBlockWithTransactionsResult]
  23. def getChainTips: Future[Vector[ChainTip]]
  24. def getChainTxStats(blocks: Int, blockHash: DoubleSha256Digest): Future[GetChainTxStatsResult]
  25. def getChainTxStats(blocks: Int, blockHash: DoubleSha256DigestBE): Future[GetChainTxStatsResult]
  26. def getChainTxStats(blocks: Int): Future[GetChainTxStatsResult]
  27. def getChainTxStats: Future[GetChainTxStatsResult]
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def getDifficulty: Future[BigDecimal]
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def invalidateBlock(blockHash: DoubleSha256Digest): Future[Unit]
  32. def invalidateBlock(blockHash: DoubleSha256DigestBE): Future[Unit]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def listSinceBlock(headerHash: DoubleSha256Digest, confirmations: Int, includeWatchOnly: Boolean): Future[ListSinceBlockResult]
  35. def listSinceBlock(headerHash: DoubleSha256Digest, includeWatchOnly: Boolean): Future[ListSinceBlockResult]
  36. def listSinceBlock(headerHash: DoubleSha256Digest, confirmations: Int): Future[ListSinceBlockResult]
  37. def listSinceBlock(headerHash: DoubleSha256Digest): Future[ListSinceBlockResult]
  38. def listSinceBlock(headerHash: DoubleSha256DigestBE, confirmations: Int, includeWatchOnly: Boolean): Future[ListSinceBlockResult]
  39. def listSinceBlock(headerHash: DoubleSha256DigestBE, includeWatchOnly: Boolean): Future[ListSinceBlockResult]
  40. def listSinceBlock(headerHash: DoubleSha256DigestBE, confirmations: Int): Future[ListSinceBlockResult]
  41. def listSinceBlock(headerHash: DoubleSha256DigestBE): Future[ListSinceBlockResult]
  42. def listSinceBlock(headerHash: Option[DoubleSha256DigestBE] = None, confirmations: Int = 1, includeWatchOnly: Boolean = false): Future[ListSinceBlockResult]
  43. def listSinceBlock: Future[ListSinceBlockResult]
  44. def listTransactions(account: String = "*", count: Int = 10, skip: Int = 0, includeWatchOnly: Boolean = false): Future[Vector[ListTransactionsResult]]
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def preciousBlock(headerHash: DoubleSha256Digest): Future[Unit]
  49. def preciousBlock(headerHash: DoubleSha256DigestBE): Future[Unit]
  50. def pruneBlockChain(height: Int): Future[Int]
  51. def rescanBlockChain(start: Int, stop: Int): Future[RescanBlockChainResult]
  52. def rescanBlockChain(start: Int): Future[RescanBlockChainResult]
  53. def rescanBlockChain(): Future[RescanBlockChainResult]
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. def verifyChain(level: Int = 3, blocks: Int = 6): Future[Boolean]
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped