Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

v0 source realm

Readme 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:

gno.land/r/moul/config/v0 dependency graph

⚠️ Disclaimer: provided as-is, without warranty; not security-audited. Full disclaimer: DISCLAIMER.

Variables 1

Functions 4

func AddManager

crossing Action
1func AddManager(cur realm, addr address) error
source

AddManager 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 RemoveManager

crossing Action
1func RemoveManager(cur realm, addr address) error
source

RemoveManager 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 Action
1func TransferManagement(cur realm, newAuthority authz.Authority) error
source

TransferManagement transfers the authority to manage keys to a new authority. The caller must be authorized by the current authority.

Imports 2

Source Files 3