ModuleAccountAddrs returns all the app's module account addresses.
()
| 488 | |
| 489 | // ModuleAccountAddrs returns all the app's module account addresses. |
| 490 | func (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. |