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

My address: (see `gnokey list`)


contract Render(...)
params
path string
results
_ string
command
contract AddTodo(...)
params
todo string
results
command
contract DeleteTodo(...)
params
idx int
results
command
contract UpdateStatus(...)
params
newStatus string
results
command