Description
Difficulty: Expert
Type: Feature
Summary
Add a utility for inspecting signed transactions before submission.
Current Behaviour
Consumers may need to confirm transaction details after signing but before submission.
Expected Behaviour
The SDK should expose safe readable metadata without leaking sensitive internals.
Suggested Implementation
Create a helper that summarises source account, operation count, memo, fee, network, and hash where available.
Files or Areas Likely Affected
src/transactions/
src/wallet/
src/types/
tests/
Acceptance Criteria
Additional Notes
This supports better review and debugging flows.
Description
Difficulty: Expert
Type: Feature
Summary
Add a utility for inspecting signed transactions before submission.
Current Behaviour
Consumers may need to confirm transaction details after signing but before submission.
Expected Behaviour
The SDK should expose safe readable metadata without leaking sensitive internals.
Suggested Implementation
Create a helper that summarises source account, operation count, memo, fee, network, and hash where available.
Files or Areas Likely Affected
src/transactions/
src/wallet/
src/types/
tests/
Acceptance Criteria
Additional Notes
This supports better review and debugging flows.