This issue was already done by Devin! Please merge the branch to dev.
Added localization strings for NameOp transactions and the "Send to DoiAddress" functionality in the en.json file.
- Implemented the handleNameOpSendPress function to manage sending logic for NameOp transactions, including navigation to the SendDetails screen with relevant parameters.
- Implemented routeParams.nameOp handling in SendDetails.tsx to pre-populate the address field and store NameOp data in txMetadata for transaction creation.
- Modified the transaction creation logic to handle NameOp scripts in the outputs, including type adjustments and network parameter handling.
- Ran lint checks using npm run lint to verify the code for TypeScript and ESLint errors.
- Created a new branch for NameOp functionality and pushed changes to the remote repository devin/1735298652-add-nameop-send-functionality
This issue was already done by Devin! Please merge the branch to dev.
Added localization strings for NameOp transactions and the "Send to DoiAddress" functionality in the en.json file.