Interface MaxFeePerGas

interface MaxFeePerGas {
    maxFeePerGas: number;
    maxPriorityFeePerGas: number;
}

Properties

maxFeePerGas: number
maxPriorityFeePerGas: number