Description
Difficulty: Expert
Type: Feature
Summary
Design transaction fee estimation support for SDK consumers.
Current Behaviour
Consumers may need to show users an estimated fee before signing or submitting a transaction.
Expected Behaviour
The SDK should define how fee estimates are obtained, represented, and displayed safely.
Suggested Implementation
Create a design or helper for fee estimation, fallback behaviour, and uncertainty handling.
Files or Areas Likely Affected
src/transactions/
src/network/
src/types/
docs/
Acceptance Criteria
Additional Notes
Do not guarantee exact fees unless the SDK can support that.
Description
Difficulty: Expert
Type: Feature
Summary
Design transaction fee estimation support for SDK consumers.
Current Behaviour
Consumers may need to show users an estimated fee before signing or submitting a transaction.
Expected Behaviour
The SDK should define how fee estimates are obtained, represented, and displayed safely.
Suggested Implementation
Create a design or helper for fee estimation, fallback behaviour, and uncertainty handling.
Files or Areas Likely Affected
src/transactions/
src/network/
src/types/
docs/
Acceptance Criteria
Additional Notes
Do not guarantee exact fees unless the SDK can support that.