Interface MEVProtectionResult

interface MEVProtectionResult {
    bundleId?: string;
    estimatedMEVSaved?: number;
    protected: boolean;
    simulation?: {
        logs?: string[];
        success: boolean;
    };
    tips?: {
        jito?: number;
        priority?: number;
    };
}

Properties

bundleId?: string
estimatedMEVSaved?: number
protected: boolean
simulation?: {
    logs?: string[];
    success: boolean;
}
tips?: {
    jito?: number;
    priority?: number;
}