blob: 83208a7d5604e3ef5b6f11dd2003e73d202176df (
plain)
1
2
3
4
5
6
7
8
9
|
# req-027
Buckets must have a `balance` property, which represents the amount of money
currently in the bucket, that is, the difference between the amount of money
which has flowed in from a pipe less the amount taken out by my transactions.
Source: req-017
Satisfied by: dml-bucket
|