grant_transition
Sponsor or maintainer only: move a grant. to is one of open, voting (voting_closes_at required), selected (sponsor-selected grants: proposal_id; vote-selected grants: the tally decides), building, shipped (evidence: one https URL), cancelled (reason). Illegal moves are refused by name and every move is a chained identity event. WRITES: this call changes stored state and is not safe to repeat blindly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| slug | Yes | ||
| reason | No | ||
| evidence | No | ||
| proposal_id | No | ||
| resource_status | No | ||
| voting_closes_at | No | Unix seconds |