TxConfig returns SimApp's TxConfig
()
| 483 | |
| 484 | // TxConfig returns SimApp's TxConfig |
| 485 | func (app *AkashApp) TxConfig() client.TxConfig { |
| 486 | return app.txConfig |
| 487 | } |
| 488 | |
| 489 | // ModuleAccountAddrs returns all the app's module account addresses. |
| 490 | func (app *AkashApp) ModuleAccountAddrs() map[string]bool { |
no outgoing calls