Interface PriorityFeeWithMaxLamports

PriorityFeeWithMaxLamports

interface PriorityFeeWithMaxLamports {
    global?: boolean;
    maxLamports?: number;
    priorityLevel?: PriorityFeeWithMaxLamportsPriorityLevelEnum;
}

Properties

global?: boolean

PriorityFeeWithMaxLamports

maxLamports?: number

PriorityFeeWithMaxLamports

PriorityFeeWithMaxLamports