1// Package validators implements the on-chain validator set management through Proof of Contribution.2// The Realm exposes only a public executor for govdao proposals, that can suggest validator set changes.3package validators4GetChanges(from int64, to int64) []gno.land/p/sys/validators/v0.Validator
GetValidator(addr string) struct{Address .uverse.address; PubKey string; VotingPower uint64}
GetValidators() []gno.land/p/sys/validators/v0.Validator
IsValidator(addr string) bool
NewPropRequest(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}, changesFn func() []gno.land/p/sys/validators/v0.Validator, title string, description string) struct{title string; description string; executor gno.land/r/gov/dao.Executor; filter gno.land/r/gov/dao.Filter}
Render(string) string
Signatures reconstructed verbatim from vm/qfuncs — interface params keep their inline definitions.
vm/qrender output, sanitized (docs/render-security.md) and displayed in an empty-sandbox iframe — scripts, forms and popups cannot run. Links stay inert in-preview; right-click to open.