Closed arcoraven closed 2 months ago
The focus of this PR is to add functionality related to backend wallets, including removing wallets and handling transactions.
removeBackendWallet
sendTransactionBatch
signMessage
simulateTransaction
The following files were skipped due to too many changes: src/server/routes/index.ts ✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
The following files were skipped due to too many changes: src/server/routes/index.ts
src/server/routes/index.ts
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
PR-Codex overview
The focus of this PR is to add functionality related to backend wallets, including removing wallets and handling transactions.
Detailed summary
removeBackendWallet
function to delete wallet detailssendTransactionBatch
,signMessage
,simulateTransaction