send: a review screen that shows what rust decoded, then sign and watch #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #4
Scope
Recipient (address or paste, validated by Rust with the cross-chain refusal message), amount as a string parsed in Rust against the asset's decimals, an optional reversal window (presets plus custom), then a review screen whose recipient, amount, fee and window come from
PreparedTransaction::summary, never from the form state. Password re-prompt if the session policy asks for it. After submit: pending, in block, finalized, or the decoded dispatch error.Acceptance
Tampering with the form state between prepare and confirm (devtools) cannot change what is signed. A send with the reversal window lands in the pending list.
Depends on
#22 (transfer), the accounts screen.