Documentation
¶
Index ¶
- type CosmosApp
- func (app *CosmosApp) AutoSelectBinaryVersion(height int64) error
- func (app *CosmosApp) GetBinaryPath() string
- func (app *CosmosApp) GetChainRest() string
- func (app *CosmosApp) GetContinuationHeight() int64
- func (app *CosmosApp) GetHomePath() string
- func (app *CosmosApp) IsCosmovisor() bool
- func (app *CosmosApp) IsReset() bool
- func (app *CosmosApp) IsStoryProtocol() bool
- func (app *CosmosApp) LoadBinaryPath() error
- func (app *CosmosApp) LoadChainRest() (err error)
- func (app *CosmosApp) LoadConsensusEngine() error
- func (app *CosmosApp) LoadHomePath() error
- func (app *CosmosApp) RestartAll(snapshotInterval int64) error
- func (app *CosmosApp) StartAll(snapshotInterval int64) error
- func (app *CosmosApp) StartBinary(snapshotInterval int64) error
- func (app *CosmosApp) StartBinaryP2P() error
- func (app *CosmosApp) StopAll()
- func (app *CosmosApp) StopBinary()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CosmosApp ¶
type CosmosApp struct {
Genesis *genesis.Genesis
Source *source.Source
ConsensusEngine types.Engine
// contains filtered or unexported fields
}
func NewCosmosApp ¶
func (*CosmosApp) AutoSelectBinaryVersion ¶
func (*CosmosApp) GetBinaryPath ¶
func (*CosmosApp) GetChainRest ¶
func (*CosmosApp) GetContinuationHeight ¶
func (*CosmosApp) GetHomePath ¶
func (*CosmosApp) IsCosmovisor ¶
func (*CosmosApp) IsStoryProtocol ¶ added in v1.11.0
func (*CosmosApp) LoadBinaryPath ¶
func (*CosmosApp) LoadChainRest ¶
func (*CosmosApp) LoadConsensusEngine ¶
func (*CosmosApp) LoadHomePath ¶
func (*CosmosApp) RestartAll ¶
func (*CosmosApp) StartBinary ¶
func (*CosmosApp) StartBinaryP2P ¶
func (*CosmosApp) StopBinary ¶
func (app *CosmosApp) StopBinary()
Click to show internal directories.
Click to hide internal directories.