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

Method AppCodec

app/app.go:480–482  ·  view source on GitHub ↗

AppCodec returns AkashApp's app codec.

()

Source from the content-addressed store, hash-verified

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

Callers 5

NewAppFunction · 0.95
NewTestNetworkFixtureFunction · 0.80
SetupFunction · 0.80
simulateFromSeedFuncFunction · 0.80

Calls

no outgoing calls

Tested by 1

simulateFromSeedFuncFunction · 0.64