Type alias GetPermitQuotePayload

GetPermitQuotePayload: {
    quote: GetQuotePayload;
} & {
    trigger: Trigger;
}

Response payload for a permit-enabled quote request. Combines the standard quote payload with permit-specific trigger information.

Type declaration

Type declaration

  • trigger: Trigger

    Trigger information containing payment token details and total amount (including both the original amount and gas fees)