MCPcopy Create free account
hub / github.com/Sifchain/sifnode / LoadHeight

Method LoadHeight

app/app.go:775–777  ·  view source on GitHub ↗

LoadHeight loads a particular height

(height int64)

Source from the content-addressed store, hash-verified

773
774// LoadHeight loads a particular height
775func (app *SifchainApp) LoadHeight(height int64) error {
776 return app.LoadVersion(height)
777}
778
779// ModuleAccountAddrs returns all the app's module account addresses.
780func (app *SifchainApp) ModuleAccountAddrs() map[string]bool {

Callers 1

createSimappAndExportFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected