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

Function ModuleAccountAddrs

app/mac.go:31–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func ModuleAccountAddrs() map[string]bool {
32 perms := ModuleAccountPerms()
33 addrs := make(map[string]bool, len(perms))
34 for k := range perms {
35 addrs[authtypes.NewModuleAddress(k).String()] = true
36 }
37 return addrs
38}

Callers 1

ModuleAccountAddrsMethod · 0.85

Calls 2

ModuleAccountPermsFunction · 0.85
StringMethod · 0.45

Tested by

no test coverage detected