Documentation
¶
Index ¶
- type FletaApp
- func (app *FletaApp) Init(reg *types.Register, pm types.ProcessManager, cn types.Provider) error
- func (app *FletaApp) InitGenesis(ctw *types.ContextWrapper) error
- func (app *FletaApp) Name() string
- func (app *FletaApp) OnLoadChain(loader types.LoaderWrapper) error
- func (app *FletaApp) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FletaApp ¶
type FletaApp struct { *types.ApplicationBase // contains filtered or unexported fields }
FletaApp is app
func (*FletaApp) InitGenesis ¶
func (app *FletaApp) InitGenesis(ctw *types.ContextWrapper) error
InitGenesis initializes genesis data
func (*FletaApp) OnLoadChain ¶
func (app *FletaApp) OnLoadChain(loader types.LoaderWrapper) error
OnLoadChain called when the chain loaded
Click to show internal directories.
Click to hide internal directories.