PublicKey
PublicKey returns the public key record.
Command
gnokey query vm/qeval -remote "https://rpc.pearl.testnets.gno.land" -data "gno.land/r/moul/gns/v1.PublicKey()"
Result
Package gns implements GNS (Gno Name Service): an ENS-equivalent naming system expressed as a single Gno-native realm.
The design goal is NOT byte-for-byte ENS compatibility. Instead it provides the same user-facing capabilities (registration, renewal, expiry/grace, forward & reverse resolution, primary names, typed + arbitrary records, subnames with policies, delegated operators, pagination and events) through ONE realm, ONE ownership model, ONE record model, ONE authorization function and ONE registration lifecycle.
Key deviations from a naive port of the spec, forced by gno semantics:
See README.md for the full compatibility statement.
PublicKey returns the public key record.
gnokey query vm/qeval -remote "https://rpc.pearl.testnets.gno.land" -data "gno.land/r/moul/gns/v1.PublicKey()"