PathrockNetwork Gno Explorer
HomeBlocksTransactionsTokensRealmsPackagesValidatorsAnalytics

PathrockNetwork Gno Explorer — an independent explorer for Gno.land Mainnet (gnoland-1), operated by PathrockNetwork. Not an official Gno.land service.

gnowebarchive RPC

gno.land/r/sys/names

Realm
Open in gnoweb ↗

Overview

Kind
Realm (renderable)
Name
names
Namespace
sys
Files
4 (gnomod.toml)
Exported functions
6
Module
gno.land/r/sys/names
gno
0.9

Files (4)

  • gnomod.tomltoml
  • render.gnogno
  • verifier.gnogno
  • verifier_test.gnogno
render.gnogno
1
package names
2
3func Render(_ string) string {
4 return `# r/sys/names
5System Realm for checking namespace deployment permissions.`
6}
7

Functions

  • Enable(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string})

  • IsAuthorizedAddressForNamespace(address_XXX string, namespace string) bool

  • IsEnabled() bool

  • IsPaused() bool

  • ProposeSetPaused(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}, v bool) struct{title string; description string; executor gno.land/r/gov/dao.Executor; filter gno.land/r/gov/dao.Filter}

  • Render(string) string

Signatures reconstructed verbatim from vm/qfuncs — interface params keep their inline definitions.

Rendered

RenderedRawgnoweb ↗

vm/qrender output, sanitized (docs/render-security.md) and displayed in an empty-sandbox iframe — scripts, forms and popups cannot run. Links stay inert in-preview; right-click to open.