Applesauce
    Preparing search index...

    Interface Bolt11WithdrawOptions

    Options for withdrawing from a mint over bolt11 (paying a lightning invoice)

    interface Bolt11WithdrawOptions {
        invoice: string;
        method?: "bolt11";
        mint: string;
    }
    Index

    Properties

    Properties

    invoice: string

    The bolt11 lightning invoice to pay

    method?: "bolt11"

    The payment method (defaults to "bolt11")

    mint: string

    The mint url to withdraw from