PostCount
PostCount returns the number of published posts.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/blog/v0.PostCount()"
Result
Package blog is a multi-author on-chain blog realm for gno.land.
Any caller can Publish a post; posts are stored persistently and rendered newest-first. Each post records its author (the calling address) and the block height at which it was published.
PostCount returns the number of published posts.
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/blog/v0.PostCount()"