Versions in this module Expand all Collapse all v1 v1.1.1 Jul 10, 2025 v1.1.0 Jul 10, 2025 Changes in this version + type EventStager struct + func NewEventStager[T proto.Message](transientStoreKey storetypes.StoreKey, cdc codec.BinaryCodec, ...) EventStager[T] + func (s EventStager[T]) GetStagedFinalizeBlockEvents(ctx sdk.Context, newStagedEvent func() T) []T + func (s EventStager[T]) StageFinalizeBlockEvent(ctx sdk.Context, stagedEvent T)