keepers

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 31 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
	GroupKeeper           groupkeeper.Keeper
	AuthzKeeper           authzkeeper.Keeper
	ICAHostKeeper         icahostkeeper.Keeper
}

Jump to

Keyboard shortcuts

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