Class Balance.MaybeTimeoutClaimableHTLC

  • Enclosing class:
    Balance

    public static final class Balance.MaybeTimeoutClaimableHTLC
    extends Balance
    HTLCs which we sent to our counterparty which are claimable after a timeout (less on-chain fees) if the counterparty does not know the preimage for the HTLCs. These are somewhat likely to be claimed by our counterparty before we do.
    • Field Detail

      • claimable_amount_satoshis

        public final long claimable_amount_satoshis
        The amount potentially available to claim, in satoshis, excluding the on-chain fees which will be required to do so.
      • claimable_height

        public final int claimable_height
        The height at which we will be able to claim the balance if our counterparty has not done so.