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
PacketForwardKeeper *packetforwardkeeper.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
}
Click to show internal directories.
Click to hide internal directories.