Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

guestbook/v0 package

Overview

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.

Function

Count

func Count() int

Count returns the total number of signatures. Read-only, non-crossing.

Command

gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/moul/x/daily/guestbook/v0.Count()"

Result