Count
Count returns the total number of signatures. Read-only, non-crossing.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/guestbook/v0.Count()"
Result
Package guestbook is a public, on-chain guestbook realm for gno.land.
Anyone can sign the guestbook with a short message via the Sign crossing function. Every entry records the caller's address, the message, and the block height at which it was signed. Render lists all entries newest-first as a Markdown table.
Count returns the total number of signatures. Read-only, non-crossing.
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/guestbook/v0.Count()"