## Description Depends on: #6 Implement the detail of sending money transaction, the transaction body should contain - amount The rule: - `sender.spendableBalance >= amount` - the rule does not apply to Genesis block Action: - deduct money from the sender - add money to the recipient ## Breakdown - Send Money