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

Method TxConfig

app/app.go:485–487  ·  view source on GitHub ↗

TxConfig returns SimApp's TxConfig

()

Source from the content-addressed store, hash-verified

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

Callers 1

simulateFromSeedFuncFunction · 0.80

Calls

no outgoing calls

Tested by 1

simulateFromSeedFuncFunction · 0.64