Cashu-TS - v4.5.1
    Preparing search index...

    Type Alias MeltQuoteOnchainResponse

    MeltQuoteOnchainResponse: MeltQuoteBaseResponse & {
        fee_options: MeltQuoteOnchainFeeOption[];
        outpoint: string | null;
        request: string;
        selected_fee_index: number | null;
    }

    Response from the mint after requesting an onchain melt quote.

    Type Declaration

    • fee_options: MeltQuoteOnchainFeeOption[]

      Available fee and confirmation estimates for this quote.

    • outpoint: string | null

      Outpoint (txid:vout) once the transaction has been broadcast.

    • request: string

      Bitcoin address or destination.

    • selected_fee_index: number | null

      fee_index of the chosen fee option once the quote has been executed.

    Extends MeltQuoteBaseResponse for compatibility with existing generics. The inherited change? contains NUT-08 change signatures when the mint returns onchain melt change.