detailedBreakdown property

String get detailedBreakdown

Detailed fee breakdown

Implementation

String get detailedBreakdown {
  return 'Gas Limit: $gas units\n'
      'Max Fee Per Gas: ${formatMaxFeePerGas()} Gwei\n'
      'Max Priority Fee: ${formatMaxPriorityFeePerGas()} Gwei\n'
      'Total: ${formatTotal()}';
}