Class Balance.MaybePreimageClaimableHTLC

  • Enclosing class:
    Balance

    public static final class Balance.MaybePreimageClaimableHTLC
    extends Balance
    HTLCs which we received from our counterparty which are claimable with a preimage which we do not currently have. This will only be claimable if we receive the preimage from the node to which we forwarded this HTLC before the timeout.
    • 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.
      • expiry_height

        public final int expiry_height
        The height at which our counterparty will be able to claim the balance if we have not yet received the preimage and claimed it ourselves.