AppCodec returns AkashApp's app codec.
()
| 478 | |
| 479 | // AppCodec returns AkashApp's app codec. |
| 480 | func (app *AkashApp) AppCodec() codec.Codec { |
| 481 | return app.cdc |
| 482 | } |
| 483 | |
| 484 | // TxConfig returns SimApp's TxConfig |
| 485 | func (app *AkashApp) TxConfig() client.TxConfig { |
no outgoing calls