Documentation ¶
Index ¶
- type CrosschainAccountKeeper
- type CrosschainAuthorityKeeper
- type CrosschainBankKeeper
- type CrosschainFungibleKeeper
- type CrosschainIBCCrosschainKeeper
- type CrosschainLightclientKeeper
- type CrosschainObserverKeeper
- type CrosschainStakingKeeper
- type EmissionAccountKeeper
- type EmissionBankKeeper
- type EmissionObserverKeeper
- type EmissionStakingKeeper
- type FungibleAccountKeeper
- type FungibleAuthorityKeeper
- type FungibleBankKeeper
- type FungibleEVMKeeper
- type FungibleObserverKeeper
- type LightclientAuthorityKeeper
- type LightclientCrosschainKeeper
- type LightclientTransferKeeper
- type ObserverAuthorityKeeper
- type ObserverLightclientKeeper
- type ObserverSlashingKeeper
- type ObserverStakingKeeper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrosschainAccountKeeper ¶
type CrosschainAccountKeeper interface { crosschaintypes.AccountKeeper }
type CrosschainAuthorityKeeper ¶
type CrosschainAuthorityKeeper interface { crosschaintypes.AuthorityKeeper }
type CrosschainBankKeeper ¶
type CrosschainBankKeeper interface { crosschaintypes.BankKeeper }
type CrosschainFungibleKeeper ¶
type CrosschainFungibleKeeper interface { crosschaintypes.FungibleKeeper }
type CrosschainIBCCrosschainKeeper ¶
type CrosschainIBCCrosschainKeeper interface { crosschaintypes.IBCCrosschainKeeper }
type CrosschainLightclientKeeper ¶
type CrosschainLightclientKeeper interface { crosschaintypes.LightclientKeeper }
type CrosschainObserverKeeper ¶
type CrosschainObserverKeeper interface { crosschaintypes.ObserverKeeper }
type CrosschainStakingKeeper ¶
type CrosschainStakingKeeper interface { crosschaintypes.StakingKeeper }
type EmissionAccountKeeper ¶
type EmissionAccountKeeper interface { emissionstypes.AccountKeeper }
type EmissionBankKeeper ¶
type EmissionBankKeeper interface { emissionstypes.BankKeeper }
type EmissionObserverKeeper ¶
type EmissionObserverKeeper interface { emissionstypes.ObserverKeeper }
type EmissionStakingKeeper ¶
type EmissionStakingKeeper interface { emissionstypes.StakingKeeper }
type FungibleAccountKeeper ¶
type FungibleAccountKeeper interface { fungibletypes.AccountKeeper }
type FungibleAuthorityKeeper ¶
type FungibleAuthorityKeeper interface { fungibletypes.AuthorityKeeper }
type FungibleBankKeeper ¶
type FungibleBankKeeper interface { fungibletypes.BankKeeper }
type FungibleEVMKeeper ¶
type FungibleEVMKeeper interface { fungibletypes.EVMKeeper }
type FungibleObserverKeeper ¶
type FungibleObserverKeeper interface { fungibletypes.ObserverKeeper }
type LightclientAuthorityKeeper ¶
type LightclientAuthorityKeeper interface { lightclienttypes.AuthorityKeeper }
type LightclientCrosschainKeeper ¶
type LightclientCrosschainKeeper interface { ibccrosschaintypes.CrosschainKeeper }
type LightclientTransferKeeper ¶
type LightclientTransferKeeper interface { ibccrosschaintypes.IBCTransferKeeper }
type ObserverAuthorityKeeper ¶
type ObserverAuthorityKeeper interface { observertypes.AuthorityKeeper }
type ObserverLightclientKeeper ¶
type ObserverLightclientKeeper interface { observertypes.LightclientKeeper }
type ObserverSlashingKeeper ¶
type ObserverSlashingKeeper interface { observertypes.SlashingKeeper }
type ObserverStakingKeeper ¶
type ObserverStakingKeeper interface { observertypes.StakingKeeper }
Click to show internal directories.
Click to hide internal directories.