Type alias GasFeeValues

GasFeeValues: {
    maxFeePerGas: string;
    maxPriorityFeePerGas: string;
}

Type declaration

  • maxFeePerGas: string
  • maxPriorityFeePerGas: string