Versions in this module Expand all Collapse all v0 v0.34.24 Sep 22, 2023 Changes in this version + type NewStateProviderT interface + Cleanup func(func()) + type StateProvider struct + func NewStateProvider(t NewStateProviderT) *StateProvider + func (_m *StateProvider) AppHash(ctx context.Context, height uint64) ([]byte, error) + func (_m *StateProvider) Commit(ctx context.Context, height uint64) (*types.Commit, error) + func (_m *StateProvider) State(ctx context.Context, height uint64) (state.State, error)