object WalletCallbacks extends CallbackFactory[WalletCallbacks]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WalletCallbacks
- CallbackFactory
- 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
- def apply(onTransactionProcessed: Vector[OnTransactionProcessed] = Vector.empty, onTransactionBroadcast: Vector[OnTransactionBroadcast] = Vector.empty, onReservedUtxos: Vector[OnReservedUtxos] = Vector.empty, onNewAddressGenerated: Vector[OnNewAddressGenerated] = Vector.empty, onBlockProcessed: Vector[OnBlockProcessed] = Vector.empty, onRescanComplete: Vector[OnRescanComplete] = Vector.empty, onFeeRateChanged: Vector[OnFeeRateChanged] = Vector.empty): WalletCallbacks
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val empty: WalletCallbacks
Empty callbacks that does nothing with the received data
Empty callbacks that does nothing with the received data
- Definition Classes
- WalletCallbacks → CallbackFactory
- 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])
- 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()
- def onBlockProcessed(f: OnBlockProcessed): WalletCallbacks
- def onFeeRateChanged(f: OnFeeRateChanged): WalletCallbacks
- def onNewAddressGenerated(f: OnNewAddressGenerated): WalletCallbacks
Constructs a set of callbacks that only acts on new address generation
- def onReservedUtxos(f: OnReservedUtxos): WalletCallbacks
Constructs a set of callbacks that only acts on utxos becoming reserved or unreserved
- def onTransactionBroadcast(f: OnTransactionBroadcast): WalletCallbacks
Constructs a set of callbacks that only acts on broadcasted transaction
- def onTransactionProcessed(f: OnTransactionProcessed): WalletCallbacks
Constructs a set of callbacks that only acts on processed transaction
- 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()