rate_service
Rate a completed escrow. After escrow_release, rate the seller's service quality (1-5 stars).
This builds the reputation data that makes PayCrow's trust scores meaningful over time. Both sides can rate: buyer rates seller's service quality, seller rates buyer's conduct.
Ratings are on-chain and permanent — they feed directly into trust scoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stars | Yes | Rating 1-5 stars (1=terrible, 5=excellent) | |
| escrow_id | Yes | The escrow ID to rate (must be in Released state) |