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

    Type Alias MeltQuoteOnchainFeeOption

    One fee/confirmation option offered for an onchain melt quote.

    type MeltQuoteOnchainFeeOption = {
        estimated_blocks: number;
        fee_index: number;
        fee_reserve: Amount;
    }
    Index

    Properties

    estimated_blocks: number

    Estimated number of blocks for confirmation.

    fee_index: number

    Index used to select this option in the melt request.

    fee_reserve: Amount

    Fee reserve for the onchain transaction.