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

My address: (see `gnokey list`)


contract GetBoardIDFromName(...)
params
name string
results
_ uint64
_ bool
command
contract CreateBoard(...)
params
name string
results
_ uint64
command
contract CreateThread(...)
params
bid uint64
title string
body string
results
_ uint64
command
contract CreateReply(...)
params
bid uint64
threadid uint64
postid uint64
body string
results
_ uint64
command
contract CreateRepost(...)
params
bid uint64
postid uint64
title string
body string
dstBoardID uint64
results
_ uint64
command
contract DeletePost(...)
params
bid uint64
threadid uint64
postid uint64
reason string
results
command
contract EditPost(...)
params
bid uint64
threadid uint64
postid uint64
title string
body string
results
command
contract RenderBoard(...)
params
bid uint64
results
_ string
command
contract Render(...)
params
path string
results
_ string
command