Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
NewQuerier creates a querier for the IBC module
Types ¶
type Keeper ¶
type Keeper struct { ClientKeeper client.Keeper ConnectionKeeper connection.Keeper ChannelKeeper channel.Keeper PortKeeper port.Keeper Router *port.Router }
Keeper defines each ICS keeper for IBC
func NewKeeper ¶
func NewKeeper( cdc *codec.Codec, appCodec codec.Marshaler, key sdk.StoreKey, stakingKeeper client.StakingKeeper, scopedKeeper capability.ScopedKeeper, ) *Keeper
NewKeeper creates a new ibc Keeper
Click to show internal directories.
Click to hide internal directories.