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

My address: (see `gnokey list`)


contract AdminSetAdminAddr(...)
params
addr string
results
command
contract AdminSetInPause(...)
params
state bool
results
command
contract AdminAddModerator(...)
params
addr string
results
command
contract AdminRemoveModerator(...)
params
addr string
results
command
contract ModAddPost(...)
params
slug string
title string
body string
publicationDate string
authors string
tags string
results
command
contract ModEditPost(...)
params
slug string
title string
body string
publicationDate string
authors string
tags string
results
command
contract Render(...)
params
path string
results
_ string
command
Gno.land