/**
 * OpenZeppelin Relayer API
 * OpenZeppelin Relayer API
 *
 * The version of the OpenAPI document: 1.3.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * Jupiter swap options
 * @export
 * @interface JupiterSwapOptions
 */
export interface JupiterSwapOptions {
    [key: string]: any;
    /**
     *
     * @type {boolean}
     * @memberof JupiterSwapOptions
     */
    'dynamic_compute_unit_limit'?: boolean;
    /**
     * Maximum priority fee (in lamports) for a transaction. Optional.
     * @type {number}
     * @memberof JupiterSwapOptions
     */
    'priority_fee_max_lamports'?: number;
    /**
     * Priority. Optional.
     * @type {string}
     * @memberof JupiterSwapOptions
     */
    'priority_level'?: string;
}
