Documentation
¶
Index ¶
Constants ¶
View Source
const (
UpgradeName = "v0"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HardForkUpgradeHandler ¶
type HardForkUpgradeHandler struct {
TargetHeight int64
TargetChainID string
WasmKeeper wasm.Keeper
}
HardForkUpgradeHandler defines an example hard fork handler that will be executed during BeginBlock at a target height and chain-ID.
func (HardForkUpgradeHandler) ExecuteHandler ¶
func (h HardForkUpgradeHandler) ExecuteHandler(ctx sdk.Context) error
func (HardForkUpgradeHandler) GetName ¶
func (h HardForkUpgradeHandler) GetName() string
func (HardForkUpgradeHandler) GetTargetChainID ¶
func (h HardForkUpgradeHandler) GetTargetChainID() string
func (HardForkUpgradeHandler) GetTargetHeight ¶
func (h HardForkUpgradeHandler) GetTargetHeight() int64
Click to show internal directories.
Click to hide internal directories.