Interface JupiterSwapResponse

interface JupiterSwapResponse {
    lastValidBlockHeight: number;
    prioritizationFeeLamports: number;
    swapTransaction: string;
}

Properties

lastValidBlockHeight: number
prioritizationFeeLamports: number
swapTransaction: string