azbuky / kaspium_wallet

Other
49 stars 31 forks source link

Adding Transaction Fee Option #98

Open Isaac21e opened 3 months ago

Isaac21e commented 3 months ago

Description

Implement a feature to allow users to specify a transaction fee when sending funds. This will provide flexibility for users to prioritize transaction speed based on their needs.

Requirements

  1. UI Update:

    • Add a field in the send funds interface to input the desired transaction fee.
    • Provide a dropdown or slider to select common fee options (e.g., low, medium, high).
  2. Backend Update:

    • Modify the transaction creation process to include the specified fee.
    • Ensure the transaction fee is properly calculated and included in the transaction request to the blockchain network.
  3. Validation:

    • Validate the input fee to ensure it is within acceptable limits.
    • Display appropriate error messages for invalid fee values.

Benefits

Additional Information