HandleOf
HandleOf returns the handle owned by addr, if any.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/handles/v0.HandleOf()"
Result
Package handles is a tiny on-chain nickname registry.
Any address may claim one unique handle (3-20 lowercase letters/digits, starting with a letter), attach a short bio, transfer the handle to another address, or release it back to the pool. It is deliberately small: two AVL indexes (handle -> record, address -> record) and a handful of guarded mutators.
HandleOf returns the handle owned by addr, if any.
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/handles/v0.HandleOf()"