trait ChainRoutesClientPowerApi extends AnyRef
- Annotations
- @PekkoGrpcGenerated()
- Alphabetic
- By Inheritance
- ChainRoutesClientPowerApi
- AnyRef
- Any
- Hide All
- Show All
- 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(): SingleResponseRequestBuilder[GetBestBlockHashRequest, GetBestBlockHashResponse]
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 getBestBlockHash(org.bitcoins.server.grpc.GetBestBlockHashRequest) if possible.
- def getBlockCount(): SingleResponseRequestBuilder[GetBlockCountRequest, GetBlockCountResponse]
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 getBlockCount(org.bitcoins.server.grpc.GetBlockCountRequest) if possible.
- 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(org.bitcoins.server.grpc.GetBlockHeaderRequest) if possible.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFilterCount(): SingleResponseRequestBuilder[GetFilterCountRequest, GetFilterCountResponse]
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 getFilterCount(org.bitcoins.server.grpc.GetFilterCountRequest) if possible.
- def getFilterHeaderCount(): SingleResponseRequestBuilder[GetFilterHeaderCountRequest, GetFilterHeaderCountResponse]
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 getFilterHeaderCount(org.bitcoins.server.grpc.GetFilterHeaderCountRequest) if possible.
- def getInfo(): SingleResponseRequestBuilder[GetInfoRequest, GetInfoResponse]
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 getInfo(org.bitcoins.server.grpc.GetInfoRequest) if possible.
- def getMedianTimePast(): SingleResponseRequestBuilder[GetMedianTimePastRequest, GetMedianTimePastResponse]
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 getMedianTimePast(org.bitcoins.server.grpc.GetMedianTimePastRequest) if possible.
- 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()