v0 source realm
View source
gno.land/r/moul/config/v0
TODO: describe this package.
Part of moul/gno-contracts — moul's versioned gno.land contracts. See the repository for the full catalog, build/test tooling, and usage.
Dependency graph:

⚠️ Disclaimer: provided as-is, without warranty; not security-audited. Full disclaimer: DISCLAIMER.
1
4
func AddManager
crossing ActionAddManager adds a new address to the list of authorized managers. This only works if the current authority is a MemberAuthority. The caller must be authorized by the current authority.
func HasManager
crossing Actionfunc RemoveManager
crossing ActionRemoveManager removes an address from the list of authorized managers. This only works if the current authority is a MemberAuthority. The caller must be authorized by the current authority.
func TransferManagement
crossing ActionTransferManagement transfers the authority to manage keys to a new authority. The caller must be authorized by the current authority.
2
- errors stdlib
- gno.land/p/moul/authz/v0 package