CreateSwapQuoteResponseAllOf: {
    permit2: CreateSwapQuoteResponseAllOfPermit2;
    transaction: CreateSwapQuoteResponseAllOfTransaction;
}

Type declaration

  • permit2: CreateSwapQuoteResponseAllOfPermit2

    The approval object which contains the necessary fields to submit an approval for this transaction. Null if the fromToken is the native token or the transaction is a native token wrap / unwrap.

  • transaction: CreateSwapQuoteResponseAllOfTransaction

    The details of the transaction to be signed and submitted to execute the swap.