Documentation
¶
Index ¶
Constants ¶
View Source
const (
FlagReplay = "replay"
)
Variables ¶
View Source
var ( DefaultLCDHome = os.ExpandEnv("$HOME/.irislcd") DefaultCLIHome = os.ExpandEnv("$HOME/.iriscli") DefaultNodeHome = os.ExpandEnv("$HOME/.iris") )
default home directories for expected binaries
View Source
var RootCmd = &cobra.Command{ Use: "debug", Short: "Iris debug tool", SilenceUsage: true, }
Functions ¶
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.