doc.gno
0.30 Kb ยท 5 lines
1// Package governance implements proposal lifecycle management and voting.
2// It supports text proposals, parameter changes, and community pool spending.
3// Proposals go through creation, voting, and execution phases with configurable
4// parameters for voting delays, periods, and thresholds.
5package governance