Description
Difficulty: Expert
Type: Feature
Summary
Add a utility that allows consumers to inspect a transaction signing payload before signing.
Current Behaviour
Consumers may need to show users what they are about to sign before the signing action occurs.
Expected Behaviour
The SDK should provide a safe typed summary of the signing payload without exposing unnecessary raw internals.
Suggested Implementation
Create a helper that accepts a prepared transaction or signing request and returns a typed summary including source, operations, memo, network, and fee where available.
Files or Areas Likely Affected
src/transactions/
src/wallet/
src/types/
tests/
docs/
Acceptance Criteria
Additional Notes
This supports safer review-before-signing flows.
Description
Difficulty: Expert
Type: Feature
Summary
Add a utility that allows consumers to inspect a transaction signing payload before signing.
Current Behaviour
Consumers may need to show users what they are about to sign before the signing action occurs.
Expected Behaviour
The SDK should provide a safe typed summary of the signing payload without exposing unnecessary raw internals.
Suggested Implementation
Create a helper that accepts a prepared transaction or signing request and returns a typed summary including source, operations, memo, network, and fee where available.
Files or Areas Likely Affected
src/transactions/
src/wallet/
src/types/
tests/
docs/
Acceptance Criteria
Additional Notes
This supports safer review-before-signing flows.