PollCount
PollCount returns the number of polls created so far (read-only helper).
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/polls/v0.PollCount()"
Result
Package polls is an on-chain poll / voting realm for gno.land.
Anyone can create a poll with a question and a comma-separated list of options. Each caller address may cast exactly one vote per poll. Render draws every poll with its options, tallies as ▓░ bar charts, percentages and the total vote count.
PollCount returns the number of polls created so far (read-only helper).
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/polls/v0.PollCount()"