Description
Before a user clicks 'Create Stream', the UI should show them the estimated network fee.
Task
- Expose an
estimateFee(operation: StreamOperation) method.
- It should run a Soroban simulation and calculate the exact fee based on the CPU/RAM usage and the current base fee.
Description
Before a user clicks 'Create Stream', the UI should show them the estimated network fee.
Task
estimateFee(operation: StreamOperation)method.