Entries
Entries returns all stored messages in chronological order (oldest first).
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/ringlog/v0.Entries()"
Result
Package ringlog is an on-chain port of Go's container/ring: a fixed-capacity circular message board where new posts overwrite the oldest entries once full.
Entries returns all stored messages in chronological order (oldest first).
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/ringlog/v0.Entries()"