Class SpendableOutputDescriptor.StaticPaymentOutput

  • Enclosing class:
    SpendableOutputDescriptor

    public static final class SpendableOutputDescriptor.StaticPaymentOutput
    extends SpendableOutputDescriptor
    An output to a P2WPKH, spendable exclusively by our payment key (i.e., the private key which corresponds to the `payment_point` in [`ChannelSigner::pubkeys`]). The witness in the spending input is, thus, simply: ```bitcoin ``` These are generally the result of our counterparty having broadcast the current state, allowing us to claim the non-HTLC-encumbered outputs immediately.