trait ChainKitClient extends ChainKit with ChainKitClientPowerApi with PekkoGrpcClient
- Annotations
- @PekkoGrpcGenerated()
- Alphabetic
- By Inheritance
- ChainKitClient
- PekkoGrpcClient
- ChainKitClientPowerApi
- ChainKit
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def close(): Future[Done]
- Definition Classes
- PekkoGrpcClient
- abstract def closed: Future[Done]
- Definition Classes
- PekkoGrpcClient
- abstract def getBestBlock(in: GetBestBlockRequest): Future[GetBestBlockResponse]
lncli:
chain getbestblock
GetBestBlock returns the block hash and current height from the valid most-work chain.lncli:
chain getbestblock
GetBestBlock returns the block hash and current height from the valid most-work chain.- Definition Classes
- ChainKit
- abstract def getBlock(in: GetBlockRequest): Future[GetBlockResponse]
lncli:
chain getblock
GetBlock returns a block given the corresponding block hash.lncli:
chain getblock
GetBlock returns a block given the corresponding block hash.- Definition Classes
- ChainKit
- abstract def getBlockHash(in: GetBlockHashRequest): Future[GetBlockHashResponse]
lncli:
chain getblockhash
GetBlockHash returns the hash of the block in the best blockchain at the given height.lncli:
chain getblockhash
GetBlockHash returns the hash of the block in the best blockchain at the given height.- Definition Classes
- ChainKit
- abstract def getBlockHeader(in: GetBlockHeaderRequest): Future[GetBlockHeaderResponse]
lncli:
chain getblockheader
GetBlockHeader returns a block header with a particular block hash.lncli:
chain getblockheader
GetBlockHeader returns a block header with a particular block hash.- Definition Classes
- ChainKit
Concrete 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 getBestBlock(): SingleResponseRequestBuilder[GetBestBlockRequest, GetBestBlockResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer getBestBlock(chainrpc.GetBestBlockRequest) if possible.
- Definition Classes
- ChainKitClientPowerApi
- def getBlock(): SingleResponseRequestBuilder[GetBlockRequest, GetBlockResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer getBlock(chainrpc.GetBlockRequest) if possible.
- Definition Classes
- ChainKitClientPowerApi
- def getBlockHash(): SingleResponseRequestBuilder[GetBlockHashRequest, GetBlockHashResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer getBlockHash(chainrpc.GetBlockHashRequest) if possible.
- Definition Classes
- ChainKitClientPowerApi
- def getBlockHeader(): SingleResponseRequestBuilder[GetBlockHeaderRequest, GetBlockHeaderResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer getBlockHeader(chainrpc.GetBlockHeaderRequest) if possible.
- Definition Classes
- ChainKitClientPowerApi
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()