@cashu/cashu-ts
    Preparing search index...

    Type Alias Bolt12MintQuotePayload

    Bolt12MintQuotePayload: Omit<MintQuotePayload, "amount"> & {
        amount?: number;
        pubkey: string;
    }

    Payload for requesting a BOLT12 mint quote.

    Type declaration

    • Optionalamount?: number

      Optional amount for the offer. If not specified, then the offer must have an amount.

    • pubkey: string

      Public key required to lock the quote.