Type alias MintQuoteResponse

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

Response from the mint after requesting a mint

Generated using TypeDoc