trait BlockchainRpc extends AnyRef
RPC calls related to querying the state of the blockchain
- Self Type
- BlockchainRpc with Client
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlockchainRpc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getBestBlockHash: Future[DoubleSha256DigestBE]
- def getBlock(headerHash: DoubleSha256Digest): Future[GetBlockResult]
- def getBlock(headerHash: DoubleSha256DigestBE): Future[GetBlockResult]
- def getBlockChainInfo: Future[GetBlockChainInfoResult]
- def getBlockCount: Future[Int]
- def getBlockHash(height: Int): Future[DoubleSha256DigestBE]
- def getBlockHeader(headerHash: DoubleSha256Digest): Future[GetBlockHeaderResult]
- def getBlockHeader(headerHash: DoubleSha256DigestBE): Future[GetBlockHeaderResult]
- def getBlockHeaderRaw(headerHash: DoubleSha256Digest): Future[BlockHeader]
- def getBlockHeaderRaw(headerHash: DoubleSha256DigestBE): Future[BlockHeader]
- def getBlockRaw(headerHash: DoubleSha256Digest): Future[Block]
- def getBlockRaw(headerHash: DoubleSha256DigestBE): Future[Block]
- def getBlockWithTransactions(headerHash: DoubleSha256Digest): Future[GetBlockWithTransactionsResult]
- def getBlockWithTransactions(headerHash: DoubleSha256DigestBE): Future[GetBlockWithTransactionsResult]
- def getChainTips: Future[Vector[ChainTip]]
- def getChainTxStats(blocks: Int, blockHash: DoubleSha256Digest): Future[GetChainTxStatsResult]
- def getChainTxStats(blocks: Int, blockHash: DoubleSha256DigestBE): Future[GetChainTxStatsResult]
- def getChainTxStats(blocks: Int): Future[GetChainTxStatsResult]
- def getChainTxStats: Future[GetChainTxStatsResult]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDifficulty: Future[BigDecimal]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def invalidateBlock(blockHash: DoubleSha256Digest): Future[Unit]
- def invalidateBlock(blockHash: DoubleSha256DigestBE): Future[Unit]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listSinceBlock(headerHash: DoubleSha256Digest, confirmations: Int, includeWatchOnly: Boolean): Future[ListSinceBlockResult]
- def listSinceBlock(headerHash: DoubleSha256Digest, includeWatchOnly: Boolean): Future[ListSinceBlockResult]
- def listSinceBlock(headerHash: DoubleSha256Digest, confirmations: Int): Future[ListSinceBlockResult]
- def listSinceBlock(headerHash: DoubleSha256Digest): Future[ListSinceBlockResult]
- def listSinceBlock(headerHash: DoubleSha256DigestBE, confirmations: Int, includeWatchOnly: Boolean): Future[ListSinceBlockResult]
- def listSinceBlock(headerHash: DoubleSha256DigestBE, includeWatchOnly: Boolean): Future[ListSinceBlockResult]
- def listSinceBlock(headerHash: DoubleSha256DigestBE, confirmations: Int): Future[ListSinceBlockResult]
- def listSinceBlock(headerHash: DoubleSha256DigestBE): Future[ListSinceBlockResult]
- def listSinceBlock(headerHash: Option[DoubleSha256DigestBE] = None, confirmations: Int = 1, includeWatchOnly: Boolean = false): Future[ListSinceBlockResult]
- def listSinceBlock: Future[ListSinceBlockResult]
- def listTransactions(account: String = "*", count: Int = 10, skip: Int = 0, includeWatchOnly: Boolean = false): Future[Vector[ListTransactionsResult]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def preciousBlock(headerHash: DoubleSha256Digest): Future[Unit]
- def preciousBlock(headerHash: DoubleSha256DigestBE): Future[Unit]
- def pruneBlockChain(height: Int): Future[Int]
- def rescanBlockChain(start: Int, stop: Int): Future[RescanBlockChainResult]
- def rescanBlockChain(start: Int): Future[RescanBlockChainResult]
- def rescanBlockChain(): Future[RescanBlockChainResult]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def verifyChain(level: Int = 3, blocks: Int = 6): Future[Boolean]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()