These are the realm's exposed functions ("public smart contracts").

My address: (see `gnokey list`)


contract SignUp(...)
params
results
_ string
command
contract GetSignupsInRange(...)
params
page int
pageSize int
results
_ []gno.land/r/demo/userbook.Signup
_ int
command
contract Render(...)
params
path string
results
_ string
command