Type Alias MintQuotePayload

MintQuotePayload: { amount: number; description?: string; unit: string }

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

Type declaration

  • amount: number

    Amount to be minted

  • Optionaldescription?: string

    Description for the invoice

  • unit: string

    Unit to be minted