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

My address: (see `gnokey list`)


contract Deposit(...)
params
results
command
contract Withdraw(...)
params
amount uint64
results
command
contract Render(...)
params
path string
results
_ string
command
contract TotalSupply(...)
params
results
_ uint64
command
contract BalanceOf(...)
params
owner string
results
_ uint64
command
contract Allowance(...)
params
owner string
spender string
results
_ uint64
command
contract Transfer(...)
params
to string
amount uint64
results
command
contract Approve(...)
params
spender string
amount uint64
results
command
contract TransferFrom(...)
params
from string
to string
amount uint64
results
command