therealdannzor / abrahm

A better attempt to build a blockchain in Rust (integration to do)
1 stars 0 forks source link

Transfer currency functionality #2

Closed therealdannzor closed 3 years ago

therealdannzor commented 4 years ago

Background After having a functioning account balance ledger, we need to introduce mechanics to send/receive currency. It needs to query the db and make the necessary checks before it subtracts and adds balance to the parties.

Acceptance criteria

therealdannzor commented 3 years ago

This is a good ACTION POINT for later.