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

    Type Alias MintQuotePayload

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

    type MintQuotePayload = {
        amount: number;
        description?: string;
        pubkey?: string;
        unit: string;
    }
    Index

    Properties

    amount: number

    Amount to be minted.

    description?: string

    Description for the invoice.

    pubkey?: string

    Public key to lock the quote to.

    unit: string

    Unit to be minted.