keepers

package
v0.32.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2023 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LavaKeepers

type LavaKeepers struct {
	// Standard Keepers
	AccountKeeper    authkeeper.AccountKeeper
	BankKeeper       bankkeeper.Keeper
	CapabilityKeeper *capabilitykeeper.Keeper
	StakingKeeper    *stakingkeeper.Keeper
	SlashingKeeper   slashingkeeper.Keeper
	DistrKeeper      distrkeeper.Keeper
	GovKeeper        govkeeper.Keeper
	CrisisKeeper     crisiskeeper.Keeper
	UpgradeKeeper    upgradekeeper.Keeper
	ParamsKeeper     paramskeeper.Keeper
	IBCKeeper        *ibckeeper.Keeper // IBC Keeper must be a pointer in the lk, so we can SetRouter on it correctly
	EvidenceKeeper   evidencekeeper.Keeper
	TransferKeeper   ibctransferkeeper.Keeper
	FeeGrantKeeper   feegrantkeeper.Keeper

	// make scoped keepers public for test purposes
	ScopedIBCKeeper      capabilitykeeper.ScopedKeeper
	ScopedTransferKeeper capabilitykeeper.ScopedKeeper

	// Special Keepers
	TimerStoreKeeper      *timerstorekeeper.Keeper
	FixationStoreKeeper   *fixationkeeper.Keeper
	SpecKeeper            specmodulekeeper.Keeper
	SubscriptionKeeper    subscriptionmodulekeeper.Keeper
	EpochstorageKeeper    epochstoragemodulekeeper.Keeper
	DualstakingKeeper     dualstakingmodulekeeper.Keeper
	PairingKeeper         pairingmodulekeeper.Keeper
	ConflictKeeper        conflictmodulekeeper.Keeper
	ProjectsKeeper        projectsmodulekeeper.Keeper
	PlansKeeper           plansmodulekeeper.Keeper
	ProtocolKeeper        protocolmodulekeeper.Keeper
	DowntimeKeeper        downtimemodulekeeper.Keeper
	RewardsKeeper         rewardsmodulekeeper.Keeper
	ConsensusParamsKeeper consensusparamkeeper.Keeper
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL