class SidechainNodeChannelImpl extends SidechainNodeChannel with SparkzLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SidechainNodeChannelImpl
- SparkzLogging
- StrictLogging
- SidechainNodeChannel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SidechainNodeChannelImpl()
Type Members
- type View = CurrentView[SidechainHistory, SidechainState, SidechainWallet, SidechainMemoryPool]
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
- def applyOnNodeView[R](functionToBeApplied: (View) ⇒ R): R
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit val duration: Timeout
- implicit val ec: ExecutionContext
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getBestBlockInfo(): Try[ObjectNode]
- Definition Classes
- SidechainNodeChannelImpl → SidechainNodeChannel
-
def
getBlockInfo(block: SidechainBlock): Try[ObjectNode]
- Definition Classes
- SidechainNodeChannelImpl → SidechainNodeChannel
-
def
getBlockInfoByHash(hash: String): Try[ObjectNode]
- Definition Classes
- SidechainNodeChannelImpl → SidechainNodeChannel
-
def
getBlockInfoByHeight(height: Int): Try[ObjectNode]
- Definition Classes
- SidechainNodeChannelImpl → SidechainNodeChannel
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getMempoolTxs(txids: Seq[String]): Try[ObjectNode]
- Definition Classes
- SidechainNodeChannelImpl → SidechainNodeChannel
-
def
getNewBlockHashes(locatorHashes: Seq[String], limit: Int): Try[ObjectNode]
- Definition Classes
- SidechainNodeChannelImpl → SidechainNodeChannel
-
def
getRawMempool(): Try[ObjectNode]
- Definition Classes
- SidechainNodeChannelImpl → SidechainNodeChannel
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- SparkzLogging
- Annotations
- @inline()
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated