Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "debug", Short: "Iris debug tool", SilenceUsage: true, }
Functions ¶
This section is empty.
Types ¶
type IrisApp ¶
Extended ABCI application
func NewIrisApp ¶
func (*IrisApp) ExportAppStateAndValidators ¶
func (app *IrisApp) ExportAppStateAndValidators(forZeroHeight bool) (appState json.RawMessage, validators []tmtypes.GenesisValidator, err error)
export the state of iris for a genesis file
func (*IrisApp) LoadHeight ¶
Click to show internal directories.
Click to hide internal directories.