Account transaction implementation

This commit is contained in:
Interview
2025-07-14 12:45:05 +08:00
parent 9bc44131bb
commit 45093b0516
2 changed files with 48 additions and 1 deletions

View File

@ -24,7 +24,7 @@ app.post('/transfer', async (c) => {
receiver
}
console.log('transfer', transfe);
console.log('transfer', transfer);
return c.json(transfer)
})