v0 source pure
View source
gno.land/p/moul/xdao/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
1
type WhitelistDAO
structDAO is a whitelist system that implements the udao.DAO interface. It can allow a trusted list of addresses to share the administration of realms that are designed to be managed by "DAOs". It's not a DAO per say. But makes sense to be used to bootstrap a realm until the DAO can replace itself with a really decnetralized autonomous organization. Asan inception. It's also useful for people who manages multiple keys, like on different computers so they can simulte being a single entity while managing several addresses.
Methods on WhitelistDAO
func AddAdmin
method on WhitelistDAOfunc DelAdmin
method on WhitelistDAOfunc Execute
method on WhitelistDAOfunc GetProposal
method on WhitelistDAOfunc GetProposalStatus
method on WhitelistDAOfunc ListAdmins
method on WhitelistDAOfunc Propose
method on WhitelistDAOfunc Render
method on WhitelistDAO2
- chain/runtime/unsafe stdlib
- gno.land/p/moul/udao/v0 package