Interface JupiterSwapOptions

interface JupiterSwapOptions {
    asLegacyTransaction?: boolean;
    computeUnitPriceMicroLamports?: number;
    dynamicComputeUnitLimit?: boolean;
    feeAccount?: string;
    prioritizationFeeLamports?: number;
    useSharedAccounts?: boolean;
    wrapUnwrapSOL?: boolean;
}

Properties

asLegacyTransaction?: boolean
computeUnitPriceMicroLamports?: number
dynamicComputeUnitLimit?: boolean
feeAccount?: string
prioritizationFeeLamports?: number
useSharedAccounts?: boolean
wrapUnwrapSOL?: boolean