Interface JitoBundleParams

interface JitoBundleParams {
    tipAccount?: string;
    tipLamports?: number;
    transactions: string[];
}

Properties

tipAccount?: string
tipLamports?: number
transactions: string[]