Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias MintQuoteBolt11Request

    MintQuoteBolt11Request: MintQuoteBaseRequest & {
        amount: AmountLike;
        description?: string;
    }

    Payload that needs to be sent to the mint when requesting a mint.

    Type Declaration

    • amount: AmountLike

      Amount to be minted.

    • Optionaldescription?: string

      Description for the invoice.