package wallet
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait OnBlockProcessed extends Callback[Block]
- trait OnFeeRateChanged extends Callback[FeeUnit]
- trait OnNewAddressGenerated extends Callback[BitcoinAddress]
- trait OnRescanComplete extends Callback[String]
Triggered when a rescan is
- 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 NeutrinoHDWalletApi with UtxoHandling with AddressHandling with AccountHandling with FundTransactionHandling with TransactionProcessing with RescanHandling with WalletLogger
- trait WalletCallbacks extends ModuleCallbacks[WalletCallbacks] with Logging
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.
- class WalletHolder extends DLCNeutrinoHDWalletApi with Logging
- class WalletNotInitialized extends Exception
Value Members
- object Wallet extends WalletLogger
- object WalletCallbacks extends CallbackFactory[WalletCallbacks]
- object WalletHolder