func Admin
ActionAdmin returns the hub admin address.
Package hub is the version/module router for gnomemepad.
Package hub is the version/module router for gnomemepad.
UI and tooling should resolve the active pad (and other modules) via hub instead of hardcoding padvN paths. Admins rotate module paths without redeploying every consumer.
1Init → SetModule("pad", "gno.land/r/.../padv4") → GetModule("pad")
Admin returns the hub admin address.
GetModule returns the package path for name, or "" if unset.
Init sets the hub admin (first EOA). Call once after deploy.
Inited reports whether Init was called.
ListModules returns newline-separated "name|path" lines (sorted by name).
Render — discovery home.
SetModule registers or updates a module path (admin only). name: short key e.g. "pad", "profile", "legacy_pad" path: full gno package path
TransferAdmin rotates hub admin.