Type Alias MintQuoteResponse

MintQuoteResponse: {
    expiry: number;
    quote: string;
    request: string;
    state: MintQuoteState;
} & ApiError

Response from the mint after requesting a mint

Type declaration

  • expiry: number

    Timestamp of when the quote expires

  • quote: string

    Quote ID

  • request: string

    Payment request

  • state: MintQuoteState

    State of the mint quote