Uses of Class
org.ldk.structs.BumpTransactionEvent
-
Packages that use BumpTransactionEvent Package Description org.ldk.structs -
-
Uses of BumpTransactionEvent in org.ldk.structs
Subclasses of BumpTransactionEvent in org.ldk.structs Modifier and Type Class Description static classBumpTransactionEvent.ChannelCloseIndicates that a channel featuring anchor outputs is to be closed by broadcasting the local commitment transaction.static classBumpTransactionEvent.HTLCResolutionIndicates that a channel featuring anchor outputs has unilaterally closed on-chain by a holder commitment transaction and its HTLC(s) need to be resolved on-chain.Fields in org.ldk.structs declared as BumpTransactionEvent Modifier and Type Field Description BumpTransactionEventEvent.BumpTransaction. bump_transactionMethods in org.ldk.structs that return BumpTransactionEvent Modifier and Type Method Description static BumpTransactionEventBumpTransactionEvent. channel_close(byte[] claim_id, int package_target_feerate_sat_per_1000_weight, byte[] commitment_tx, long commitment_tx_fee_satoshis, AnchorDescriptor anchor_descriptor, HTLCOutputInCommitment[] pending_htlcs)Utility method to constructs a new ChannelClose-variant BumpTransactionEventBumpTransactionEventBumpTransactionEvent. clone()Creates a copy of the BumpTransactionEventstatic BumpTransactionEventBumpTransactionEvent. htlcresolution(byte[] claim_id, int target_feerate_sat_per_1000_weight, HTLCDescriptor[] htlc_descriptors, int tx_lock_time)Utility method to constructs a new HTLCResolution-variant BumpTransactionEventMethods in org.ldk.structs with parameters of type BumpTransactionEvent Modifier and Type Method Description static EventEvent. bump_transaction(BumpTransactionEvent a)Utility method to constructs a new BumpTransaction-variant EventbooleanBumpTransactionEvent. eq(BumpTransactionEvent b)Checks if two BumpTransactionEvents contain equal inner contents.voidBumpTransactionEventHandler. handle_event(BumpTransactionEvent event)Handles all variants of [`BumpTransactionEvent`].
-