MCPcopy Create free account
hub / github.com/akash-network/node / ModuleAccountPerms

Function ModuleAccountPerms

app/mac.go:16–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14)
15
16func ModuleAccountPerms() map[string][]string {
17 return map[string][]string{
18 authtypes.FeeCollectorName: nil,
19 bmemodule.ModuleName: {authtypes.Burner, authtypes.Minter},
20 emodule.ModuleName: nil,
21 distrtypes.ModuleName: nil,
22 minttypes.ModuleName: {authtypes.Minter},
23 stakingtypes.BondedPoolName: {authtypes.Burner, authtypes.Staking},
24 stakingtypes.NotBondedPoolName: {authtypes.Burner, authtypes.Staking},
25 verification.ModuleName: nil,
26 govtypes.ModuleName: {authtypes.Burner},
27 ibctransfertypes.ModuleName: {authtypes.Minter, authtypes.Burner},
28 }
29}
30
31func ModuleAccountAddrs() map[string]bool {
32 perms := ModuleAccountPerms()

Callers 4

ModuleAccountAddrsFunction · 0.85
NewAppFunction · 0.85
BlockedAddrsMethod · 0.85

Calls

no outgoing calls