trait ChainKitClient extends ChainKit with ChainKitClientPowerApi with PekkoGrpcClient

Annotations
@PekkoGrpcGenerated()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChainKitClient
  2. PekkoGrpcClient
  3. ChainKitClientPowerApi
  4. ChainKit
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def close(): Future[Done]
    Definition Classes
    PekkoGrpcClient
  2. abstract def closed: Future[Done]
    Definition Classes
    PekkoGrpcClient
  3. 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
  4. 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
  5. 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
  6. 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

  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 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
  10. 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
  11. 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
  12. 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
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from PekkoGrpcClient

Inherited from ChainKitClientPowerApi

Inherited from ChainKit

Inherited from AnyRef

Inherited from Any

Ungrouped