package wallet
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait OnBlockProcessed extends Callback[Block]
- trait OnNewAddressGenerated extends Callback[BitcoinAddress]
- trait OnReservedUtxos extends Callback[Vector[SpendingInfoDb]]
- trait OnTransactionBroadcast extends Callback[Transaction]
- trait OnTransactionProcessed extends Callback[Transaction]
Callback for handling a processed transaction
- abstract class Wallet extends AnyHDWalletApi with UtxoHandling with AddressHandling with AccountHandling with FundTransactionHandling with TransactionProcessing with RescanHandling with WalletLogger
- trait WalletCallbacks extends AnyRef
Callbacks for responding to events in the wallet.
Callbacks for responding to events in the wallet. The appropriate callback is executed whenever the wallet finishes, the corresponding function.
Value Members
- object Wallet extends WalletLogger
- object WalletCallbacks