FeeData: {
    gasPrice: null | bigint;
    maxFeePerGas: null | bigint;
    maxPriorityFeePerGas: null | bigint;
}

Type declaration

  • gasPrice: null | bigint
  • maxFeePerGas: null | bigint
  • maxPriorityFeePerGas: null | bigint