Type alias MeltQuotePayload

MeltQuotePayload: {
    request: string;
    unit: string;
}

Payload that needs to be send to the mint to request a melt quote

Type declaration

  • request: string

    Request to be melted to

  • unit: string

    Unit to be melted

Generated using TypeDoc