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

Method ModuleAccountAddrs

app/app.go:490–492  ·  view source on GitHub ↗

ModuleAccountAddrs returns all the app's module account addresses.

()

Source from the content-addressed store, hash-verified

488
489// ModuleAccountAddrs returns all the app's module account addresses.
490func (app *AkashApp) ModuleAccountAddrs() map[string]bool {
491 return ModuleAccountAddrs()
492}
493
494// BlockedAddrs returns all the app's module account addresses that are not
495// allowed to receive external tokens.

Calls 1

ModuleAccountAddrsFunction · 0.85