settle_up
Compute the fewest transfers needed to clear every group debt, showing payer, recipient, and amount in cents.
Instructions
Minimal list of transfers (from, to, amount_cents) that settles every debt in the group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |