Uses of Class
org.ldk.structs.BumpTransactionEventHandler
-
Packages that use BumpTransactionEventHandler Package Description org.ldk.structs -
-
Uses of BumpTransactionEventHandler in org.ldk.structs
Methods in org.ldk.structs that return BumpTransactionEventHandler Modifier and Type Method Description static BumpTransactionEventHandlerBumpTransactionEventHandler. of(BroadcasterInterface broadcaster, CoinSelectionSource utxo_source, SignerProvider signer_provider, Logger logger)Returns a new instance capable of handling [`Event::BumpTransaction`] events.
-