Class BumpTransactionEvent

    • Method Detail

      • channel_close

        public static BumpTransactionEvent 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 BumpTransactionEvent
      • htlcresolution

        public static BumpTransactionEvent 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 BumpTransactionEvent
      • eq

        public boolean eq​(BumpTransactionEvent b)
        Checks if two BumpTransactionEvents contain equal inner contents. This ignores pointers and is_owned flags and looks at the values in fields.